-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
pxtparts.json
42 lines (42 loc) · 1.12 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
{
"dstemp": {
"visual": {
"image": "parts/ds18b20probe.svg",
"width": 54,
"height": 20,
"pinDistance": 3,
"pinLocations": [
{"x": 0.5, "y": 1.8},
{"x": 3.5, "y": 1.8},
{"x": 6.5, "y": 1.8}
]
},
"numberOfPins": 3,
"instantiation": {
"kind": "function",
"fullyQualifiedName": "dstemp.celsius",
"argumentRoles": [{
"pinInstantiationIdx": 0
}]
},
"pinDefinitions": [
{"target": {"pinInstantiationIdx": 0}, "style": "croc", "orientation": "+Z" },
{"target": "threeVolt", "style": "croc", "orientation": "+Z" },
{"target": "ground", "style": "croc", "orientation": "+Z" }
],
"assembly": [
{
"part": true,
"pinIndices": [
0
]
},
{
"pinIndices": [
1,
2
]
}
]
}
}