Rev 2048 | Rev 2069 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2048 | Rev 2065 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #include "externalControl.h" |
1 | #include "externalControl.h" |
2 | #include "configuration.h" |
2 | #include "configuration.h" |
3 | #include "controlMixer.h" |
3 | #include "controlMixer.h" |
Line 4... | Line 4... | ||
4 | 4 | ||
5 | ExternalControl_t externalControl; |
5 | ExternalControl_t externalControl; |
6 | uint8_t externalControlActive; |
6 | uint8_t externalControlActive = 0; |
7 | // int16_t EC_PRTY[4]; |
7 | // int16_t EC_PRTY[4]; |
Line 8... | Line 8... | ||
8 | // TODO: Who is going to call this |
8 | // TODO: Who is going to call this |
9 | 9 |