Skip to content

Commit

Permalink
esp32h2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hgomez authored Jun 10, 2024
1 parent 9591ceb commit c6b0b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/bh1900nux/default/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ menu "Example configuration"
default 5 if IDF_TARGET_ESP8266
default 6 if IDF_TARGET_ESP32C3
default 19 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
default 4 if IDF_TARGET_ESP32H2
help
GPIO number for I2C Master clock line.

Expand All @@ -29,6 +30,7 @@ menu "Example configuration"
default 4 if IDF_TARGET_ESP8266
default 5 if IDF_TARGET_ESP32C3
default 18 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
default 3 if IDF_TARGET_ESP32H2
help
GPIO number for I2C Master data line.
endmenu

0 comments on commit c6b0b91

Please sign in to comment.