I2C board settings updated (#86)

This commit is contained in:
Ken Van Hoeylandt
2024-11-24 21:39:01 +01:00
committed by GitHub
parent c8f63adba4
commit caa8756998
4 changed files with 46 additions and 5 deletions
+2
View File
@@ -16,6 +16,7 @@ const tt::hal::Configuration yellow_board_24inch_cap = {
.power = nullptr,
.i2c = {
tt::hal::i2c::Configuration {
.name = "First",
.port = I2C_NUM_0,
.initMode = tt::hal::i2c::InitDisabled,
.canReinit = true,
@@ -34,6 +35,7 @@ const tt::hal::Configuration yellow_board_24inch_cap = {
}
},
tt::hal::i2c::Configuration {
.name = "Second",
.port = I2C_NUM_1,
.initMode = tt::hal::i2c::InitDisabled,
.canReinit = true,