From 64475ddb68018cab14f185c565cfe51018778e17 Mon Sep 17 00:00:00 2001 From: kolabse Date: Wed, 15 Dec 2021 11:56:31 +0500 Subject: [PATCH] added library.properties which allows to add this library to Arduino library-registry --- 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..c514f57 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=arduino-mcp2515 +version=1.0.1 +author=autowp +maintainer=autowp +sentence=Arduino MCP2515 CAN interface library +paragraph=This library with CAN-BUS Shield gives your Arduino/Seeeduino CAN-BUS capibility. With an OBD-II converter cable added on and the OBD-II library imported, you are ready to build an onboard diagnostic device or data logger. +category=Communication +url=https://github.com/autowp/arduino-mcp2515 +includes=mcp2515.h +architectures=*