PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 年之前
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. }