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

@@ -39,7 +39,7 @@ const FlipperStartupApp FLIPPER_STARTUP[] = {
#endif
#ifdef APP_EXAMPLE_BLINK
{.app = application_blink, .name = "blink", .libs = {0}},
{.app = application_blink, .name = "blink", .libs = {1, FURI_LIB{"input_task"}}},
#endif
#ifdef APP_INPUT
@@ -112,7 +112,7 @@ const FlipperStartupApp FLIPPER_STARTUP[] = {
const FlipperStartupApp FLIPPER_APPS[] = {
#ifdef BUILD_EXAMPLE_BLINK
{.app = application_blink, .name = "blink", .libs = {0}},
{.app = application_blink, .name = "blink", .libs = {1, FURI_LIB{"input_task"}}},
#endif
#ifdef BUILD_EXAMPLE_UART_WRITE