From 282a2905e7b0c19827d8633ede9e45b2b30a723f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 12 Dec 2016 17:51:13 +0200 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..a647c37 --- /dev/null +++ b/library.json @@ -0,0 +1,11 @@ +{ + "name": "ServoTimer2", + "keywords": "servo, device, control, pwm", + "description": "ServoTimer2 is a simple library for Arduino 1.x that does not use Timer1 in case of a conflict.", + "repository": { + "type": "git", + "url": "https://github.com/nabontra/ServoTimer2.git" + }, + "frameworks": "arduino", + "platforms": "*" +}