Fixed ISerialBus interface and added device and register address fields so that future i2c and SPI devices can be addressed, to. Added i2c HAL. Tested, working.
The update on the interface required FunctionStatus and the logger to be updated, too
This commit is contained in:
@@ -5,13 +5,12 @@ idf_component_register(
|
||||
SRCS # list the source files of this component
|
||||
"main.cpp"
|
||||
# "old/src/bmp280.cpp"
|
||||
"hal/src/i2c.cpp"
|
||||
"hal/src/gpio.cpp"
|
||||
"hal/src/uart.cpp"
|
||||
|
||||
"platform/src/logger.cpp"
|
||||
# "old/src/i2c.cpp"
|
||||
# "old/src/wifi.cpp"
|
||||
# "old/src/logger.cpp"
|
||||
# "old/src/led_strip_encoder.c"
|
||||
# "old/src/ledmatrix.cpp"
|
||||
# "old/src/clock.cpp"
|
||||
|
||||
Reference in New Issue
Block a user