PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

18 linhas
316B

  1. {
  2. "name": "TimerThree",
  3. "version": "1.1",
  4. "keywords": "timer",
  5. "description": "Allow to use the built-in 16 bit Timer3",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/PaulStoffregen/TimerThree.git"
  10. },
  11. "frameworks": "arduino",
  12. "platforms":
  13. [
  14. "atmelavr",
  15. "teensy"
  16. ]
  17. }