mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:27:09 +00:00
BMP BME
This commit is contained in:
@@ -44,7 +44,7 @@ Adafruit_BME280 bme;
|
||||
// BMP280
|
||||
#ifdef BMP280
|
||||
// I2C setup
|
||||
Adafruit_BMP280 bmp;
|
||||
Adafruit_BMP280 bme;//bmp;
|
||||
// BMP280 SPI setup
|
||||
#define BMP_SCK (18)
|
||||
#define BMP_MISO (19)
|
||||
|
Reference in New Issue
Block a user