You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
341 B
14 lines
341 B
menu "esp32-ds18b20-example Configuration"
|
|
|
|
config ONE_WIRE_GPIO
|
|
int "OneWire GPIO number"
|
|
range 0 34
|
|
default 5
|
|
help
|
|
GPIO number (IOxx) to access One Wire Bus.
|
|
|
|
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used.
|
|
|
|
GPIOs 35-39 are input-only so cannot be used to drive the One Wire Bus.
|
|
|
|
endmenu
|
|
|