diff --git a/library.json b/library.json new file mode 100644 index 0000000..3a29ecd --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "IRremote", + "keywords": "infrared, ir, remote", + "description": "Send and receive infrared signals with multiple protocols", + "repository": + { + "type": "git", + "url": "https://github.com/shirriff/Arduino-IRremote.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}