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

1234567891011121314
  1. {
  2. "name": "Teensy_ADC",
  3. "version":"8.0.38",
  4. "keywords": "adc, analog, input",
  5. "description": "Teensy LC, 3.x, 4 ADC implementation library",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/pedvide/ADC.git"
  10. },
  11. "exclude": "doxygen",
  12. "frameworks": "arduino",
  13. "platforms": "teensy"
  14. }