mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
Unified code to word with BMP280 and BME280 sensors
This commit is contained in:
parent
97191f9380
commit
d201ed119c
@ -1,12 +1,13 @@
|
||||
// Uncomment modules as required
|
||||
//#define RTC
|
||||
//#define MICRO_SD
|
||||
#define BMP280 // Adafruit BMP280; temp & pressure
|
||||
//#define BME280 // Generic I2C BME280; temp, pressure & humidity
|
||||
//#define BMP280 // Adafruit BMP280; temp & pressure
|
||||
#define BME280 // Generic I2C BME280; temp, pressure & humidity
|
||||
/*
|
||||
BME-280
|
||||
SCL -> GPIO 22
|
||||
SDA -> GPIO 21
|
||||
VIN -> 5V
|
||||
*/
|
||||
//#define AWSIoT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user