2026-01-20 16:55:17 +08:00

15 lines
322 B
Plaintext

menu "Example Configuration"
config I2C_MASTER_SCL
int "SCL GPIO Num"
default 1
help
GPIO number for I2C Master clock line.
config I2C_MASTER_SDA
int "SDA GPIO Num"
default 2
help
GPIO number for I2C Master data line.
endmenu