Skip to content

Releases: ElectricRCAircraftGuy/eRCaGuy_PPM_Writer

v0.2.1

12 Apr 20:54
Compare
Choose a tag to compare

User-error-related bug fixed. See .h file.

v0.2.0

29 Mar 01:49
Compare
Choose a tag to compare

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

29 Mar 01:43
Compare
Choose a tag to compare

PPM output on single channel (pin 9) using Timer1.