diff --git a/library.json b/library.json new file mode 100644 index 0000000..12c0417 --- /dev/null +++ b/library.json @@ -0,0 +1,14 @@ +{ + "name": "TM1637", + "keywords": "LED, TM1637", + "description": "Arduino library for TM1637 (LED Driver)", + "repository": { + "type": "git", + "url": "https://github.com/avishorp/TM1637.git" + }, + "frameworks": "arduino", + "platforms": [ + "atmelavr", + "espressif" + ] +} \ No newline at end of file