diff --git a/library.json b/library.json new file mode 100644 index 0000000..65381cc --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "name": "CAN_BUS_Shield", + "keywords": "can, bus, mcp2515, MCP-2515", + "description": "Library provides CAN communication on the CAN-Bus Shield.", + "repository": + { + "type": "git", + "url": "https://github.com/Seeed-Studio/CAN_BUS_Shield.git" + }, + "version": "1.20", + "frameworks": "arduino", + "platforms": "atmelavr" +}