Kconfig.projbuild 313 B

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