-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpxtparts.json
35 lines (35 loc) · 1.06 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
{
"isl29125": {
"visual": {
"image": "parts/isl29125.svg",
"width": 58,
"height": 64,
"pinDistance": 7.2,
"pinLocations": [
{"x": 11, "y": 5},
{"x": 18.2, "y": 5},
{"x": 25.4, "y": 5},
{"x": 32.6, "y": 5},
{"x": 39.8, "y": 5}
]
},
"numberOfPins": 4,
"instantiation": {
"kind": "function",
"fullyQualifiedName": "sensors.isl29125",
"argumentRoles": [
{"pinInstantiationIdx": 0}
]
},
"pinDefinitions": [
{"target": "SCL", "style": "male", "orientation": "+Y" },
{"target": "SDA", "style": "male", "orientation": "+Y" },
{"target": "GND", "style": "male", "orientation": "+Y" },
{"target": "3V3", "style": "male", "orientation": "+Y" }
],
"assembly": [
{"part": true, "pinIndices": [3]},
{"pinIndices": [0, 1, 2, 4]}
]
}
}