library.json 505 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "r89m PushButton",
  3. "keywords": "button",
  4. "description": "Handle PushButtons, debounced using the Bounce2 library",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/r89m/PushButton.git"
  8. },
  9. "version": "1.0.0",
  10. "dependencies":[
  11. {
  12. "name": "r89m Buttons",
  13. "authors":[
  14. "Richard Miles"
  15. ]
  16. },
  17. {
  18. "name": "Bounce2",
  19. "authors":[
  20. "Thomas O Fredericks"
  21. ]
  22. }
  23. ],
  24. "frameworks": "arduino",
  25. "platforms": "*"
  26. }