-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
27 lines (27 loc) · 752 Bytes
/
library.json
File metadata and controls
27 lines (27 loc) · 752 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
{
"name": "ZumoHALATmega32u4",
"version": "1.3.0",
"description": "Zumo C++ hardware abstraction layer for the Pololu Zumo32u4 simulation.",
"authors": [{
"name": "Andreas Merkle",
"email": "web@blue-andi.de",
"url": "https://github.com/BlueAndi",
"maintainer": true
}],
"repository": {
"type": "git",
"url": "https://github.com/BlueAndi/ZumoHALATmega32u4"
},
"license": "MIT",
"dependencies": [{
"owner": "BlueAndi",
"name": "ZumoHALInterfaces",
"version": "~1.4.0"
}, {
"owner": "pololu",
"name": "Zumo32U4",
"version": "^2.0.1"
}],
"frameworks": "arduino",
"platforms": "*"
}