Merge pull request #33 from ivankravets/patch-1

@PlatformIO Library Registry manifest file
This commit is contained in:
Lowaichung
2017-02-27 10:48:04 +08:00
committed by GitHub
+13
View File
@@ -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"
}