simondlevy / RXInterrupt

Interrupt-driven PWM RC receiver handling for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RXInterrupt

Interrupt-driven PWM RC receiver handling for Arduino. Handles up to eight channels. I have tested it with the FrSky VD5M receiver on Arduino Uno and Due, Teensy 3.2 and LadybugSTM32L432.

To use, clone this folder to your Arduino/libraries folder. The examples folder has sketches for the Arduino Uno and Teensy3.2, which can be easily modified for other boards by changing the pin numbers.

About

Interrupt-driven PWM RC receiver handling for Arduino

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 77.4%Language:C 22.6%