We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc722cc commit fc22d10Copy full SHA for fc22d10
examples/pca9632/default/main/Kconfig.projbuild
@@ -1,17 +1,3 @@
1
menu "Example configuration"
2
- config EXAMPLE_I2C_MASTER_SCL
3
- int "SCL GPIO Number"
4
- default 5 if IDF_TARGET_ESP8266
5
- default 6 if IDF_TARGET_ESP32C3
6
- default 19 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
7
- help
8
- GPIO number for I2C Master clock line.
9
-
10
- config EXAMPLE_I2C_MASTER_SDA
11
- int "SDA GPIO Number"
12
- default 4 if IDF_TARGET_ESP8266
13
- default 5 if IDF_TARGET_ESP32C3
14
- default 18 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
15
16
- GPIO number for I2C Master data line.
+ rsource "../../../../devtools/Kconfig.i2c"
17
endmenu
0 commit comments