From 490c8f8e2d0a4f56f4001bf94783d3615e690088 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Tue, 26 Sep 2017 18:55:27 -0500 Subject: [PATCH] Add library.properties for recognition by the Library Manager For more information on the Arduino IDE Library Manager see https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ. --- library.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..cff6af9 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=mcp_can +version=1.20 +author=loovee +maintainer=Seeed Development Limited +sentence=Library provides CAN communication on the CAN-Bus Shield. +paragraph=Created for the Seeed Studio CAN BUS Shield for Arduino Devices. Should work for MCP2515 & MCP2551 chips. +category=Communication +url=https://github.com/Seeed-Studio/CAN_BUS_Shield +architectures=* +includes=mcp_can.h