mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-21 13:07:31 +00:00
esp32 temperature node
This commit is contained in:
0
ESP32-IDF_Temperture-Node-v2/build/.ninja_lock
Normal file
0
ESP32-IDF_Temperture-Node-v2/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
||||
55a79229c2ccae8ebdaede662cf6f0ddccc20406
|
||||
52ba82b7d66104d2b03d821a50bbde9ac8e1d7e9
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "i2c_bus.h"
|
||||
|
||||
#define BME280_I2C_ADDRESS_DEFAULT (0x76) /*The device's I2C address is either 0x76 or 0x77.*/
|
||||
#define BME280_I2C_ADDRESS_DEFAULT (0x77) /*The device's I2C address is either 0x76 or 0x77.*/
|
||||
#define BME280_DEFAULT_CHIPID (0x58) //(0x60)
|
||||
|
||||
#define WRITE_BIT I2C_MASTER_WRITE /*!< I2C master write */
|
||||
|
Reference in New Issue
Block a user