library.json 286 B

1234567891011121314
  1. {
  2. "name": "TM1637",
  3. "keywords": "LED, TM1637",
  4. "description": "Arduino library for TM1637 (LED Driver)",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/avishorp/TM1637.git"
  8. },
  9. "frameworks": "arduino",
  10. "platforms": [
  11. "atmelavr",
  12. "espressif"
  13. ]
  14. }