From b4e6f258b592d5e8c73d56658169c9d549f3f08c Mon Sep 17 00:00:00 2001 From: Sylvain Mougenot Date: Sun, 3 Apr 2016 10:22:22 +0200 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 library.json 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