1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Fix I2C address to 0x77 for BMP280

This commit is contained in:
norbert-walter
2024-04-19 13:04:03 +02:00
parent ca7b145507
commit cae53f7dc0
3 changed files with 13 additions and 17 deletions

View File

@@ -8,11 +8,11 @@
#define OBP_I2C_SDA 47
#define OBP_I2C_SCL 21
// DS1388 RTC
#define DS1388_I2C_ADDR 0xD0 // Addr. 0xD0
#define DS1388_I2C_ADDR 0x00 // Addr. 0x00 (Range 0x00-0x0C)
// BME280
#define BME280_I2C_ADDR 0x76 // Addr. 0x76 (0x77)
// BMP280
#define BMP280_I2C_ADDR 0x76 // Addr. 0x76 (0x77)
#define BMP280_I2C_ADDR 0x77 // Addr. 0x76 (0x77)
// BMP085 / BMP180
#define BMP180_I2C_ADDR 0x77 // Addr. 0x77 (fix)
// SHT21 / HUT21