1menu "Example Configuration"
2
3    config BLINK_GPIO
4        int "Blink GPIO number"
5        range 0 34
6        default 5
7        help
8            GPIO number (IOxx) to blink on and off.
9
10            Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used to blink.
11
12            GPIOs 35-39 are input-only so cannot be used as outputs.
13
14endmenu
15