mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-15 12:23:16 +00:00
FrSky X: SPORT polling
Mike's corrections to make SPORT working on Taranis.
This commit is contained in:
@@ -55,6 +55,11 @@
|
||||
#include <SPI.h>
|
||||
#include <EEPROM.h>
|
||||
HardwareTimer HWTimer2(2);
|
||||
#if defined SPORT_POLLING
|
||||
#ifdef INVERT_TELEMETRY
|
||||
HardwareTimer HWTimer4(4);
|
||||
#endif
|
||||
#endif
|
||||
void PPM_decode();
|
||||
void ISR_COMPB();
|
||||
extern "C"
|
||||
|
||||
Reference in New Issue
Block a user