Update Payload_BME280_MPU6050_XS.ino display raw sensor in d

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

@ -383,6 +383,9 @@ void loop() {
Serial.println(" "); Serial.println(" ");
Serial.println(T2, DEC); Serial.println(T2, DEC);
Serial.println(R2, DEC); Serial.println(R2, DEC);
Serial.println("\nCurrent raw temperature reading\n");
Serial.println(sensorValue, DEC);
Serial.println(" "); Serial.println(" ");
} }
else if (result == 'C' || result == 'c') { else if (result == 'C' || result == 'c') {

Loading…
Cancel
Save

Powered by TurnKey Linux.