PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

library.properties 631B

3 years ago
12345678910
  1. name=PulsePosition
  2. version=1.0
  3. author=Paul Stoffregen
  4. maintainer=Paul Stoffregen
  5. sentence=Send and receive multiple high resolution PPM encoded signal streams.
  6. paragraph=Pulse Position Modulation (PPM) is a single-wire signal that encodes many Pulse Width Modulated (PWM) signals. It's commonly used in radio control of hobby aircraft and drones, where a radio transmits the PPM signal, which is decoded into many PWM signals to control RC servo motors. PulsePosition can simultaneously receive and send up to 8 PPM streams.
  7. category=Signal Input/Output
  8. url=http://www.pjrc.com/teensy/td_libs_PulsePosition.html
  9. architectures=*