1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Merge remote-tracking branch 'cleanflight/master' into cleanflight-throttle-led

This commit is contained in:
Goebish 2014-09-19 01:10:21 +02:00
commit 16871c7a91
10 changed files with 182 additions and 112 deletions

View file

@ -54,7 +54,11 @@ typedef struct ledConfig_s {
extern uint8_t ledCount;
#define CONFIGURABLE_COLOR_COUNT 16
bool parseLedStripConfig(uint8_t ledIndex, const char *config);
void updateLedStrip(void);
void applyDefaultColors(hsvColor_t *colors, uint8_t colorCount);
void applyDefaultLedStripConfig(ledConfig_t *ledConfig);
void generateLedConfig(uint8_t ledIndex, char *ledConfigBuffer, size_t bufferSize);