-
Notifications
You must be signed in to change notification settings - Fork 9
/
pxtparts.json
69 lines (69 loc) · 1.36 KB
/
pxtparts.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"DS1307": {
"visual": {
"image": "parts/ds1307.svg",
"width": 68,
"height": 85,
"pinDistance": 7.2,
"pinLocations": [
{
"x": 63,
"y": 5
},
{
"x": 55.8,
"y": 5
},
{
"x": 48.6,
"y": 5
},
{
"x": 41.4,
"y": 5
} ]
},
"numberOfPins": 4,
"instantiation": {
"kind": "function",
"fullyQualifiedName": "DS1307.DateTime,DS1307.setSecond,DS1307.getSecond,DS1307.setMinute,DS1307.getMinute,DS1307.setHour,DS1307.getHour,DS1307.setWeekday,DS1307.getWeekday,DS1307.setDay,DS1307.getDay,DS1307.setMonth,DS1307.getMonth,DS1307.setYear,DS1307.getYear",
"argumentRoles": [
{
"pinInstantiationIdx": 0
}
]
},
"pinDefinitions": [
{
"target": "ground",
"style": "male",
"orientation": "+Y"
},
{
"target": "threeVolt",
"style": "male",
"orientation": "+Y"
},
{
"target": "SDA",
"style": "male",
"orientation": "+Y"
},
{
"target": "SCL",
"style": "male",
"orientation": "+Y"
}
],
"assembly": [
{
"pinIndices": [
0,
1,
2,
3
]
}
]
}
}