sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
RX.h
Go to the documentation of this file.
1 #ifndef RX_H_
2 #define RX_H_
3 
4 void configureReceiver();
5 void computeRC();
6 uint16_t readRawRC(uint8_t chan);
7 void readSerial_RX(void);
8 #if defined(OPENLRSv2MULTI)
9  void initOpenLRS(void);
10  void Read_OpenLRS_RC(void);
11 #endif
12 #if defined(SPEK_BIND) // Bind Support
13  void spekBind(void);
14 #endif
15 
16 #endif /* RX_H_ */
void configureReceiver()
Definition: RX.cpp:46
void readSerial_RX(void)
uint16_t readRawRC(uint8_t chan)
Definition: RX.cpp:442
void computeRC()
Definition: RX.cpp:461