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