PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

library.json 438B

3 lat temu
123456789101112131415161718
  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. }