pxt-common-packages
Version:
Microsoft MakeCode (PXT) common packages
49 lines • 1.07 kB
JSON
{
"headphone": {
"numberOfPins": 2,
"visual": {
"image": "headphone.svg",
"width": 142,
"height": 180,
"pinDistance": 20,
"pinLocations": [
{
"x": 17,
"y": 11
},
{
"x": 55,
"y": 50
}
]
},
"pinDefinitions": [
{
"target": "A0",
"style": "croc",
"orientation": "Y"
},
{
"target": "ground",
"style": "croc",
"orientation": "Y"
}
],
"instantiation": {
"kind": "singleton"
},
"assembly": [
{
"part": true,
"pinIndices": [
0
]
},
{
"pinIndices": [
1
]
}
]
}
}