Blink strobe (#213)

* blink all led and control freq by button
* rename to strobe
This commit is contained in:
coreglitch
2020-11-07 15:24:40 +06:00
committed by GitHub
parent f4d4604a03
commit 1fbfc5a61a
4 changed files with 61 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ BUILD_EXAMPLE_BLINK ?= 0
ifeq ($(BUILD_EXAMPLE_BLINK), 1)
CFLAGS += -DBUILD_EXAMPLE_BLINK
C_SOURCES += $(APP_DIR)/examples/blink.c
APP_INPUT = 1
endif
APP_EXAMPLE_UART_WRITE ?= 0