mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Hack WS2811 led strip. Proof-of-concept.
This commit is contained in:
parent
ad1b7dd216
commit
da52b2d67c
5 changed files with 301 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "drivers/system.h"
|
||||
#include "drivers/gpio.h"
|
||||
#include "drivers/light_led.h"
|
||||
#include "drivers/light_ws2811strip.h"
|
||||
#include "drivers/sound_beeper.h"
|
||||
#include "drivers/timer.h"
|
||||
#include "drivers/serial.h"
|
||||
|
@ -214,6 +215,8 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
ws2811LedStripInit();
|
||||
|
||||
if (feature(FEATURE_TELEMETRY))
|
||||
initTelemetry();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue