Releases: ElectricRCAircraftGuy/eRCaGuy_PPM_Writer
Releases · ElectricRCAircraftGuy/eRCaGuy_PPM_Writer
v0.2.1
v0.2.0
20160326 - Version 0.2.0 released; major additions to add in a 0.5us-resolution timestamp capability as a replacement for the micros() function which only has a 4us resolution; also added a few other things
-functions added include:
--getCount()
--getMicros()
--overflowInterruptOff();
--overflowInterruptOn();
--attachOverflowInterrupt();
--detachOverflowInterrupt();
There is still only a single channel PPM output on pin 9, using Timer1.
v0.1.0
PPM output on single channel (pin 9) using Timer1.