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.

27 line
599B

  1. {
  2. "name": "PulsePosition",
  3. "keywords": "pulse, signal",
  4. "description": "Multiple High-Res Input & Output PPM Encoded Signal Streams",
  5. "authors":
  6. [
  7. {
  8. "name": "Paul Stoffregen",
  9. "email": "paul@pjrc.com",
  10. "url": "http://www.pjrc.com",
  11. "maintainer": true
  12. }
  13. ],
  14. "repository":
  15. {
  16. "type": "git",
  17. "url": "https://github.com/PaulStoffregen/PulsePosition.git"
  18. },
  19. "version": "1.0",
  20. "homepage": "http://www.pjrc.com/teensy/td_libs_PulsePosition.html",
  21. "frameworks": "arduino",
  22. "platforms": "teensy",
  23. "examples": [
  24. "examples/*/*.ino"
  25. ]
  26. }