From 4ec3a0d461f42687b5a5cda06269d178a0a1c659 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Fri, 4 Mar 2016 09:52:40 +0200 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 library.json 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": "*" +}