Naze32 clone with Frysky receiver
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

rx.h 120B

123456789101112
  1. /*
  2. * FrSky RX 2-way protocol
  3. */
  4. #ifndef _RX_H
  5. #define _RX_H
  6. void rxInit(void);
  7. void rxReceivePacket(void);
  8. #endif