mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 03:04:37 +01:00
15 lines
198 B
Plaintext
15 lines
198 B
Plaintext
menu "I²C"
|
|
|
|
config I2C_SDA_PIN
|
|
int "I²C sda pin"
|
|
default 22
|
|
|
|
config I2C_SCL_PIN
|
|
int "I²C scl pin"
|
|
default 23
|
|
|
|
config I2C_CLOCKSPEED
|
|
int "I²C clock speed"
|
|
default 1000000
|
|
|
|
endmenu |