2016-09-27 00:30:07 +00:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
config BLINK_GPIO
|
|
|
|
int "Blink GPIO number"
|
|
|
|
range 0 34
|
|
|
|
default 5
|
|
|
|
help
|
|
|
|
GPIO number (IOxx) to blink on and off.
|
2016-09-27 00:30:07 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used to blink.
|
2016-09-27 00:30:07 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
GPIOs 35-39 are input-only so cannot be used as outputs.
|
2016-09-27 00:30:07 +00:00
|
|
|
|
|
|
|
endmenu
|