PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

17 lines
346B

  1. {
  2. "name": "Bounce2",
  3. "keywords": "bounce, signal, input, ouput",
  4. "description": "Debouncing library for Arduino or Wiring",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/thomasfredericks/Bounce2.git"
  8. },
  9. "version": "2.1",
  10. "exclude": [
  11. "*.png",
  12. "*.zip"
  13. ],
  14. "frameworks": "arduino",
  15. "platforms": "*"
  16. }