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.

19 line
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. }