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.

40 lines
988B

  1. {
  2. "name": "FlexiTimer2",
  3. "keywords": "timer, callback",
  4. "description": "Arduino library to use timer 2 with a configurable resolution. Based on MsTimer2 by Javier Valencia. Written for the project associated with the \"Mobile & Pervasive Computing\" course at Hasselt University in Belgium.",
  5. "authors":
  6. [
  7. {
  8. "name": "Paul Stoffregen",
  9. "email": "paul@pjrc.com",
  10. "url": "http://www.pjrc.com",
  11. "maintainer": true
  12. },
  13. {
  14. "name": "Javier Valencia",
  15. "email": "javiervalencia80@gmail.com"
  16. },
  17. {
  18. "name": "Wim Leers",
  19. "email": "work@wimleers.com",
  20. "url": "http://wimleers.com/"
  21. }
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/PaulStoffregen/FlexiTimer2.git"
  26. },
  27. "version": "1.1.0",
  28. "homepage": "https://www.pjrc.com/teensy/td_libs_MsTimer2.html",
  29. "frameworks": [
  30. "arduino"
  31. ],
  32. "platforms": [
  33. "atmelavr",
  34. "teensy"
  35. ],
  36. "examples": [
  37. "examples/*/*.pde"
  38. ]
  39. }