-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
30 lines (30 loc) · 777 Bytes
/
library.json
File metadata and controls
30 lines (30 loc) · 777 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
{
"name": "ShiftRegister74HC595",
"keywords": "74hc595, shift, register, 8-bit, digital, i/o",
"description": "Arduino library to use the 74HC595 shift register.",
"repository":
{
"type": "git",
"url": "https://github.com/teamonestone/ShiftRegister74HC595.git"
},
"authors":
[
{
"name": "Jonas Merkle [JJM]",
"email": "jonas.merkle@tam-onestone.net"
},
{
"name": "Dominik Authaler",
"email": "dominik.authaler@tam-onestone.net"
},
{
"name": "Team Onestone",
"email": "info@team-onestone.net",
"url": "http://team-onestone.net",
"maintainer": true
}
],
"version": "1.0.0",
"frameworks": "arduino",
"platforms": "*"
}