forked from sparkfun/SparkFun_CAN-Bus_Arduino_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
26 lines (26 loc) · 674 Bytes
/
library.json
File metadata and controls
26 lines (26 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Canbus",
"keywords": "can, bus, mcp2515, MCP-2515",
"description": "Library provies basic functionality of all hardware features on the CAN-Bus Shield (CAN communication, serial LCD functionality, uSD logging, GPS tracking, and joystick input).",
"authors": [
{
"name": "SparkFun Electronics",
"maintainer": true
},
{
"name": "Sukking Pang",
"url": "http://skpang.co.uk/"
},
{
"name": "Fabian Greif"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/aaronmitti/SparkFun_CAN-Bus_Arduino_Library.git"
},
"version": "5.1.0",
"frameworks": "arduino",
"platforms": "*"
}