Files
esp-ena/components/i2c-main/Kconfig.projbuild
T
2020-12-12 14:26:08 +01:00

15 lines
198 B
Plaintext

menu "I²C"
config I2C_SDA_PIN
int "I²C sda pin"
default 21
config I2C_SCL_PIN
int "I²C scl pin"
default 22
config I2C_CLOCKSPEED
int "I²C clock speed"
default 1000000
endmenu