diff --git a/library.json b/library.json new file mode 100644 index 0000000..6551d8d --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "name": "Keypad", + "keywords": "keypad", + "description": "Keypad is a library for using matrix style keypads", + "repository": + { + "type": "git", + "url": "https://github.com/Chris--A/Keypad.git" + }, + "version": "3.1.1", + "frameworks": "arduino", + "platforms": "*" +}