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

Fix I2C address to 0x68 for DS1388

This commit is contained in:
norbert-walter
2024-04-19 15:26:46 +02:00
parent 476c097d36
commit 3de9abffff

View File

@@ -8,7 +8,7 @@
#define OBP_I2C_SDA 47
#define OBP_I2C_SCL 21
// DS1388 RTC
#define DS1388_I2C_ADDR 0x00 // Addr. 0x00 (Range 0x00-0x0C)
#define DS1388_I2C_ADDR 0x68 // Addr. 0x68
// BME280
#define BME280_I2C_ADDR 0x76 // Addr. 0x76 (0x77)
// BMP280