Housekeeping

This commit is contained in:
2022-12-18 17:53:00 -07:00
parent 451cefdae0
commit ba96c67893
3 changed files with 46 additions and 43 deletions
+2 -2
View File
@@ -111,8 +111,8 @@ bool XGZP::read(float * reading) {
if (count == 3) { // got data
XGZPC_Value = Wire.read() * 65536.0 + Wire.read() * 256.0 + Wire.read();
XGZPC_Value = XGZPC_Value / 8.0;
Serial.print("Pa Value: ");
Serial.println(XGZPC_Value);
//Serial.print("Pa Value: ");
//Serial.println(XGZPC_Value);
XGZPC_Value = XGZPC_Value / 6895.0;