Skip to content

Commit

Permalink
Update Pressure.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
771-8bit committed Mar 13, 2024
1 parent 2ee07c3 commit 8eb9a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pressure/Pressure.ino
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void loop() {
static uint32_t time = 0;
if (millis() - time >= 10) {
time = millis();
CCP.float_to_device(CCP_surface_pressure6_pressure_pa, lps35hw.readTemperature());
CCP.float_to_device(CCP_surface_pressure1_pressure_pa, lps35hw.readPressure());
}

if (!digitalRead(CAN_INT)) // データ受信確認
Expand Down

0 comments on commit 8eb9a1b

Please sign in to comment.