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

@@ -1,4 +1,3 @@
#include "flipper.h"
#include "flipper_v2.h"
void rgb_set(bool r, bool g, bool b, GpioPin* led_r, GpioPin* led_g, GpioPin* led_b) {