-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathMicrocybEEPROMS.json
More file actions
39 lines (39 loc) · 972 Bytes
/
MicrocybEEPROMS.json
File metadata and controls
39 lines (39 loc) · 972 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "Microcyb.com",
"url": "https://Microcyb.com",
"capes": {
"M4-PI": {
"description": "M4-PI",
"versions": {
"Latest": {
"url": "https://microcyb.com/M4-cape-eeprom.bin"
}
},
"platforms": [
"Raspberry Pi"
]
},
"M8-PI": {
"description": "M8-PI",
"versions": {
"Latest": {
"url": "https://microcyb.com/M8-cape-eeprom.bin"
}
},
"platforms": [
"Raspberry Pi"
]
},
"M16-PI": {
"description": "M16-PI",
"versions": {
"Latest": {
"url": "https://microcyb.com/M16-cape-eeprom.bin"
}
},
"platforms": [
"Raspberry Pi"
]
}
}
}