PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
1234567891011121314151617
  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. }