-
Notifications
You must be signed in to change notification settings - Fork 3
/
pxtparts.json
33 lines (33 loc) · 1.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
{
"airQuality": {
"visual": {
"image": "parts/airQuality.svg",
"width": 63,
"height": 63,
"pinDistance": 7.2,
"pinLocations": [
{"x": 23, "y": 5},
{"x": 32, "y": 5},
{"x": 5, "y": 5},
{"x": 14, "y": 5}
]
},
"numberOfPins": 4,
"instantiation": {
"kind": "function",
"fullyQualifiedName": "airQuality.hardwareID,airQuality.readCo2,airQuality.readTvoc,airQuality.readStatus,airQuality.readError,airQuality.appStart",
"argumentRoles": [{
"pinInstantiationIdx": 0
}]
},
"pinDefinitions": [
{"target": "SDA", "style": "male", "orientation": "+Y" },
{"target": "SCL", "style": "male", "orientation": "+Y" },
{"target": "ground", "style": "male", "orientation": "+Y" },
{"target": "threeVolt", "style": "male", "orientation": "+Y" }
],
"assembly": [
{"pinIndices": [0, 1, 2, 3]}
]
}
}