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.

3 年之前
1234567891011121314151617181920212223
  1. {
  2. "name": "FreqMeasure",
  3. "description": "Frequency measurement by elapsed period timing",
  4. "keywords": "frequency, measurement",
  5. "authors": [
  6. {
  7. "name": "Paul Stoffregen",
  8. "url": "https://www.pjrc.com/about/",
  9. "maintainer": true
  10. }
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/PaulStoffregen/FreqMeasure"
  15. },
  16. "version": "1.2",
  17. "downloadUrl": "http://www.pjrc.com/teensy/arduino_libraries/FreqMeasure.zip",
  18. "homepage": "http://www.pjrc.com/teensy/td_libs_FreqMeasure.html",
  19. "frameworks": "Arduino",
  20. "examples": [
  21. "examples/*/*.pde"
  22. ]
  23. }