library.json 347 B

12345678910111213141516
  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.52",
  10. "exclude": [
  11. "*.png",
  12. "*.zip"
  13. ],
  14. "frameworks": "arduino",
  15. "platforms": "*"
  16. }