NinjaFlight
|
#include <ledstrip.h>
Data Fields | |
bool | ledStripInitialised |
bool | ledStripEnabled |
uint8_t | ledGridWidth |
uint8_t | ledGridHeight |
uint8_t | highestYValueForNorth |
uint8_t | lowestYValueForSouth |
uint8_t | highestXValueForWest |
uint8_t | lowestXValueForEast |
uint8_t | ledCount |
uint8_t | ledRingCount |
uint8_t | ledRingSeqLen |
const struct system_calls * | system |
struct failsafe * | failsafe |
struct battery * | battery |
struct rx * | rx |
const struct config * | config |
struct battery* ledstrip::battery |
const struct config* ledstrip::config |
struct failsafe* ledstrip::failsafe |
uint8_t ledstrip::highestXValueForWest |
uint8_t ledstrip::highestYValueForNorth |
uint8_t ledstrip::ledCount |
uint8_t ledstrip::ledGridHeight |
uint8_t ledstrip::ledGridWidth |
uint8_t ledstrip::ledRingCount |
uint8_t ledstrip::ledRingSeqLen |
bool ledstrip::ledStripEnabled |
bool ledstrip::ledStripInitialised |
uint8_t ledstrip::lowestXValueForEast |
uint8_t ledstrip::lowestYValueForSouth |
struct rx* ledstrip::rx |
const struct system_calls* ledstrip::system |