PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
368B

  1. {
  2. "name": "framework-arduinoteensy-cxx17",
  3. "version": "0.1.0",
  4. "description": "Arduino Wiring-based Framework for Teensy boards w/ C++17 support",
  5. "keywords": [
  6. "framework",
  7. "arduino",
  8. "teensy"
  9. ],
  10. "homepage": "https://www.arduino.cc/reference/en",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/PaulStoffregen/cores"
  14. }
  15. }