Update Payload_BME280_MPU6050_AIO.ino another one

beta-mqtt
Alan Johnston 2 years ago committed by GitHub
parent ac0af6f1e6
commit 2dea929f51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -356,7 +356,7 @@ void loop() {
// Serial.print(" ");
// Serial.println(Sensor2);
float rotation = sqrt(tlm[4]*tlm[4] + tlm[5]tlm[5] + tlm[6]*tlm[6]);
float rotation = sqrt(tlm[4]*tlm[4] + tlm[5]*tlm[5] + tlm[6]*tlm[6]);
float acceleration = sqrt(tlm[7]*tlm[7] + tlm[8]*tlm[8] + tlm[9]*tlm[9]);
// Serial.print(rotation);
// Serial.print(" ");

Loading…
Cancel
Save

Powered by TurnKey Linux.