1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00
This commit is contained in:
norbert-walter
2022-03-23 18:26:31 +01:00
parent c785c169a1
commit 9150552b34
4 changed files with 158 additions and 18 deletions

View File

@@ -21,6 +21,12 @@
#define SHT21_I2C_ADDR 0x40 // Addr. 0x40 (fix)
// AS5600
#define AS5600_I2C_ADDR 0x36 // Addr. 0x36 (fix)
// INA226
#define SHUNT_VOLTAGE 0.75 // 75mV by max. current
#define INA226_I2C_ADDR1 0x40 // Addr. 0x40 (fix)
#define INA226_I2C_ADDR2 0x41 // Addr. 0x41 (fix)
#define INA226_I2C_ADDR3 0x44 // Addr. 0x44 (fix)
#define INA226_I2C_ADDR4 0x45 // Addr. 0x45 (fix)
// SPI (E-Ink display, Extern Bus)
#define OBP_SPI_CS 5
#define OBP_SPI_DC 17