/* * FrSky RX 2-way protocol */ #ifndef _RX_H #define _RX_H void rxInit(void); void rxReceivePacket(void); #endif