From 9033409b3a17521de11951f903513de61d2ca619 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 7 Dec 2014 19:37:21 +0200 Subject: [PATCH] PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/114/OBD * Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html) --- libraries/OBD/library.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libraries/OBD/library.json diff --git a/libraries/OBD/library.json b/libraries/OBD/library.json new file mode 100644 index 0000000..fd0f64d --- /dev/null +++ b/libraries/OBD/library.json @@ -0,0 +1,17 @@ +{ + "name": "OBD", + "keywords": "obd, vehicle", + "description": "The library for Arduino OBD-II/OBD2 Adapter", + "include": "libraries/OBD", + "repository": + { + "type": "git", + "url": "https://github.com/stanleyhuangyc/ArduinoOBD.git" + }, + "frameworks": "arduino", + "platforms": + [ + "atmelavr", + "atmelsam" + ] +}