Files
G.U.L.L.S/diagram.json

128 lines
3.0 KiB
JSON

{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-arduino-mega",
"id": "mega",
"top": 100,
"left": 100.78,
"attrs": {
}
},
{
"id": "neopixels",
"type": "wokwi-led-strip",
"top": 0,
"left": 0,
"attrs": {
"pixels": "24"
}
},
{
"id": "matrix",
"type": "wokwi-led-matrix",
"top": -200,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
},
{
"id": "matrix2",
"type": "wokwi-led-matrix",
"top": -50,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
},
{
"id": "matrix3",
"type": "wokwi-led-matrix",
"top": 100,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
},
{
"id": "matrix4",
"type": "wokwi-led-matrix",
"top": 250,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
},
{
"id": "matrix5",
"type": "wokwi-led-matrix",
"top": 400,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
},
{
"id": "matrix6",
"type": "wokwi-led-matrix",
"top": 550,
"left": 750,
"attrs": {
"rows": "6",
"cols": "6",
"layout": "serpentine",
"pixelShape": "circle"
}
}
],
"connections": [
["mega:0", "$serialMonitor:TX", ""],
["mega:1", "$serialMonitor:RX", ""],
["mega:GND.2", "neopixels:VSS", "black"],
["mega:6", "neopixels:DIN", "green"],
["mega:5V", "neopixels:VDD", "red"],
["mega:7", "matrix:DIN", "yellow"],
["mega:5V", "matrix:VDD", "red"],
["mega:GND.3", "matrix:VSS", "black"],
["matrix:DOUT", "matrix2:DIN", "blue"],
["mega:5V", "matrix2:VDD", "red"],
["mega:GND.3", "matrix2:VSS", "black"],
["matrix2:DOUT", "matrix3:DIN", "blue"],
["mega:5V", "matrix3:VDD", "red"],
["mega:GND.3", "matrix3:VSS", "black"],
["matrix3:DOUT", "matrix4:DIN", "blue"],
["mega:5V", "matrix4:VDD", "red"],
["mega:GND.3", "matrix4:VSS", "black"],
["matrix4:DOUT", "matrix5:DIN", "blue"],
["mega:5V", "matrix5:VDD", "red"],
["mega:GND.3", "matrix5:VSS", "black"],
["matrix5:DOUT", "matrix6:DIN", "blue"],
["mega:5V", "matrix6:VDD", "red"],
["mega:GND.3", "matrix6:VSS", "black"]
],
"dependencies": {},
"serialMonitor": {
"collapse": false,
"convertEol": false,
"display": "always",
"newline": "lf"
}
}