PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

27 lines
718B

  1. {
  2. "name": "MsTimer2",
  3. "version": "1.1",
  4. "keywords": "timer, callback",
  5. "description": "MsTimer2 is a small and very easy to use library to interface Timer2 with humans. It's called MsTimer2 because it \"hardcodes\" a resolution of 1 millisecond on timer2.",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/PaulStoffregen/MsTimer2.git"
  9. },
  10. "authors": [{
  11. "name": "Javier Valencia",
  12. "email": "javiervalencia80@gmail.com",
  13. "url": "http://www.pjrc.com/teensy/td_libs_MsTimer2.html"
  14. }, {
  15. "name": "Paul Stoffregen",
  16. "url": "https://www.pjrc.com/about/",
  17. "maintainer": true
  18. }],
  19. "frameworks": [
  20. "arduino"
  21. ],
  22. "platforms": [
  23. "atmelavr",
  24. "teensy"
  25. ]
  26. }