-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To detect the touch type controller in the ESP32-S3-Box-3, we need a handle to the I2C bus. ESP-ADF initializes this handle in audio_board_init, but does not expose it. Therefore, initialize I2C in system, and make the handle a global variable. This will trigger a warning when ESP-ADF tries to initialize it again during board init, but this is harmless.
- Loading branch information
1 parent
20780c4
commit 37f99d6
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters