-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 800 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 800 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
27
28
{
"name": "CanControl",
"version": "1.0.1",
"description": "Control CAN motors from Arduino. Supports SparkMax from RevRobotics and TalonSRX/VictorSPX from CTRElectronics",
"keywords": "can, canbus, rev, sparkmax",
"repository": {
"type": "git",
"url": "https://github.com/willGuimont/CanControl"
},
"authors": [
{
"name": "William Guimont-Martin",
"email": "willGuimont@gmail.com",
"url": "https://willguimont.com/",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/willGuimont/CanControl",
"dependencies": {
"autowp/autowp-mcp2515": "^1.3.1"
},
"headers": [
"CanControl.h"
],
"frameworks": "*",
"platforms": "*"
}