library.json 317 B

123456789101112
  1. {
  2. "name": "r89m Buttons",
  3. "keywords": "button",
  4. "description": "Handle different types of buttons and button events easily (touch, capacitive, push)",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/r89m/Button.git"
  8. },
  9. "version": "2.0.1",
  10. "frameworks": "arduino",
  11. "platforms": "*"
  12. }