PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

18 lines
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. }