Update Payload_BME280_MPU6050_AIO.ino missing *

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

@ -357,7 +357,7 @@ void loop() {
// Serial.println(Sensor2);
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]);
float acceleration = sqrt(tlm[7]*tlm[7] + tlm[8]*tlm[8] + tlm[9]*tlm[9]);
// Serial.print(rotation);
// Serial.print(" ");
// Serial.println(acceleration);

Loading…
Cancel
Save

Powered by TurnKey Linux.