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": "*" +}