PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

19 lines
438B

  1. {
  2. "name": "FreqCount",
  3. "frameworks": "Arduino",
  4. "keywords": "Frequency",
  5. "description": "Measure Frequency by cycle counting",
  6. "url": "http://www.pjrc.com/teensy/td_libs_FreqCount.html",
  7. "downloadUrl": "http://www.pjrc.com/teensy/arduino_libraries/FreqCount.zip",
  8. "authors":
  9. {
  10. "name": "Paul Stoffregen",
  11. "maintainer": true
  12. },
  13. "repository":
  14. {
  15. "type": "git",
  16. "url": "https://github.com/PaulStoffregen/FreqCount"
  17. }
  18. }