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" + ] +}