mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 17:58:46 +00:00
19 lines
384 B
Plaintext
19 lines
384 B
Plaintext
menu "Example Configuration"
|
|
|
|
menu "I3C Master"
|
|
config I3C_MASTER_SCL
|
|
int "SCL GPIO Num"
|
|
default 4
|
|
help
|
|
GPIO number for I3C Master clock line.
|
|
|
|
config I3C_MASTER_SDA
|
|
int "SDA GPIO Num"
|
|
default 5
|
|
help
|
|
GPIO number for I3C Master data line.
|
|
|
|
endmenu
|
|
|
|
endmenu
|