DaleGia / nano-33-sense-serial-example

An example program for the Arduino Nano 33 BLE Sense that outputs CSV data for all sensors through UART.
GNU General Public License v3.0
22 stars 3 forks source link

#if statement for baro and proximity sensors swapped #2

Closed mikedocy closed 1 year ago

mikedocy commented 3 years ago

"#if (SERIAL_PLOT_APDS9960 == true)" currently sends the baro to the serial. "#if (SERIAL_PLOT_LPS22HB == true)" currently sends the proximity sensor to the serial.

Need to be swapped: APDS9960 is the proximity sensor and LPS22HB is the barometer.