Some work, stuck by dependencies
This commit is contained in:
@@ -21,9 +21,12 @@ class PlatformNode {
|
||||
PlatformNode(void);
|
||||
int getRcChannel(uint8_t channel);
|
||||
void setRcChannel(uint8_t channel, int value, int offset);
|
||||
void enterBindMode(void);
|
||||
void leaveBindMode(void);
|
||||
uint8_t bindKey[4];
|
||||
uint32_t nextLedUpdate = 0;
|
||||
uint8_t platformState = DEVICE_STATE_UNDETERMINED;
|
||||
bool isBindMode = false;
|
||||
private:
|
||||
volatile int _channels[PLATFORM_TOTAL_CHANNEL_COUNT];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user