PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

17 lines
285B

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