Support for alt I2C address for LSM6DS3 sensor, identification of TCA9555 IO Expander, resolve serial hang issue (#3622)

* basic identification of TCA9555

* recognise LSM6DS3 on alt address

* keep variant.h changes out of this PR

* 2nd attempt to keep variant.h changes out of this PR

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Gareth Coleman
2024-04-15 07:30:45 -05:00
committed by GitHub
co-authored by GitHub Ben Meadors
parent 2803fa964e
commit 1291da746b
4 changed files with 18 additions and 3 deletions
+4 -1
View File
@@ -7,10 +7,13 @@ upload_speed = 921600
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
build_unflags =
-D ARDUINO_USB_MODE
build_flags = ${esp32_base.build_flags}
-D UNPHONE
-D BOARD_HAS_PSRAM
-I variants/unphone
-D ARDUINO_USB_MODE=0
lib_deps = ${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.1.8