From a19d664df789fa7b8e107448d625edb461c60f29 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 23 Feb 2016 12:57:34 +0200 Subject: [PATCH] @PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.org/#!/lib/show/1103/ArdOSC * Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) * Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html --- library.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..23fcd96 --- /dev/null +++ b/library.json @@ -0,0 +1,14 @@ +{ + "name": "ArdOSC", + "keywords": "osc, open sound control, udp, tcp, ip, communication, audio", + "description": "OpenSoundControl (OSC) Library for Arduino", + "repository": + { + "type": "git", + "url": "https://github.com/recotana/ArdOSC.git" + }, + "version": "2.1.0", + "examples": "Example/*/*.ino", + "frameworks": "arduino", + "platforms": "atmelavr" +}