1
0
Fork 0
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:
Dominic Clifton 2014-06-07 22:49:47 +01:00
parent ad1b7dd216
commit da52b2d67c
5 changed files with 301 additions and 1 deletions

View file

@ -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();