L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
Compile-time sensor enable flags

Macros

#define SENSOR_SHT45
 Enable SHT45 temperature and humidity sensor driver.
#define SENSOR_BAR_BMP585
 Enable TSL2591 ambient light sensor driver.

Detailed Description

Define the symbol to include the corresponding sensor driver. Commenting out a symbol removes the driver from the build AND changes the size of the persistent sensor data record stored in external flash. Any such change MUST be accompanied by a memory reset (clearFlash()).

Macro Definition Documentation

◆ SENSOR_BAR_BMP585

#define SENSOR_BAR_BMP585

Enable TSL2591 ambient light sensor driver.

Enable ILPS22QS barometric pressure sensor driver.

Enable BMP585 barometric pressure sensor driver.

Definition at line 43 of file mysensors_def.h.

◆ SENSOR_SHT45

#define SENSOR_SHT45

Enable SHT45 temperature and humidity sensor driver.

Definition at line 34 of file mysensors_def.h.