Skip to content

Commit

Permalink
Update LPS22HH_DataLog_Terminal.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
fpistm committed Oct 29, 2021
1 parent a5e3fea commit 48669c4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
// Includes
#include <LPS22HHSensor.h>

#ifndef LED_BUILTIN
#define LED_BUILTIN PNUM_NOT_DEFINED
#warning "LED_BUILTIN is not defined."
#endif

#define SerialPort Serial

#if defined(ARDUINO_B_L4S5I_IOT01A) || defined(ARDUINO_B_U585I_IOT02A)
Expand Down Expand Up @@ -103,4 +108,4 @@ void loop() {
SerialPort.print(pressure, 2);
SerialPort.print(", Temp[C]:");
SerialPort.println(temperature, 2);
}
}

0 comments on commit 48669c4

Please sign in to comment.