src refactor
This commit is contained in:
@@ -34,7 +34,7 @@ menu "Example Configuration"
|
||||
config BLINK_GPIO
|
||||
int "Blink GPIO number"
|
||||
range ENV_GPIO_RANGE_MIN ENV_GPIO_OUT_RANGE_MAX
|
||||
default 2
|
||||
default 4
|
||||
help
|
||||
GPIO number (IOxx) to blink on and off the LED.
|
||||
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used to blink.
|
||||
@@ -42,7 +42,7 @@ menu "Example Configuration"
|
||||
config BLINK_PERIOD
|
||||
int "Blink period in ms"
|
||||
range 10 3600000
|
||||
default 1000
|
||||
default 500
|
||||
help
|
||||
Define the blinking period in milliseconds.
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
CONFIG_BLINK_LED_GPIO=y
|
||||
CONFIG_BLINK_GPIO=2
|
||||
|
||||
CONFIG_BLINK_PERIOD=100
|
||||
Reference in New Issue
Block a user