From daccb45180db5ba975f99909455c2819e433e36f Mon Sep 17 00:00:00 2001 From: Charlie Snyder Date: Sat, 20 Jul 2019 15:18:26 -0400 Subject: [PATCH 1/2] Add PlatformIO library support --- library.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..c65aea8 --- /dev/null +++ b/library.json @@ -0,0 +1,25 @@ +{ + "name": "CSE7766", + "keywords": "cse7766, power, sonoff-s31, sensor", + "description": "Arduino Library for CSE7766 (Used in Sonoff S31", + "repository": + { + "type": "git", + "url": "https://github.com/ingeniuske/CSE7766.git" + }, + "authors": + [ + { + "name": "Ingeniuske", + "email": "ingeniuske@gmail.com", + "url": "https://github.com/ingeniuske/CSE7766", + "maintainer": true + } + ], + "dependencies": + { + }, + "version": "1.0.0", + "frameworks": "arduino", + "platforms": "*" +} From ad90d294f9e61b6ea413f55029318334ceea6af8 Mon Sep 17 00:00:00 2001 From: Charlie Snyder Date: Sat, 20 Jul 2019 15:19:43 -0400 Subject: [PATCH 2/2] Fix typo --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index c65aea8..4fc59ee 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "CSE7766", "keywords": "cse7766, power, sonoff-s31, sensor", - "description": "Arduino Library for CSE7766 (Used in Sonoff S31", + "description": "Arduino Library for CSE7766 (Used in Sonoff S31)", "repository": { "type": "git",