diagram.json example
{
"version": 1,
"author": "Your Name",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-arduino-uno", "id": "arduino-uno", "top": 106.2, "left": 124.2, "attrs": {} },
{ "type": "wokwi-led", "id": "led-1", "top": -13.2, "left": 99.8, "attrs": { "color": "red" } },
{ "type": "wokwi-pushbutton", "id": "button-1", "top": -87, "left": 223.8, "rotate": 90, "attrs": {} },
{ "type": "wokwi-pushbutton", "id": "button-2", "top": -87, "left": 291, "rotate": 90, "attrs": {} },
{ "type": "wokwi-pushbutton", "id": "button-3", "top": -87, "left": 358.2, "rotate": 90, "attrs": {} },
{ "type": "wokwi-buzzer", "id": "buzzer-1", "top": -36, "left": 414.6, "attrs": {} },
{ "type": "board-ssd1306", "id": "ssd1306-1", "top": 137.54, "left": -9.37, "attrs": {} }
],
"connections": [
[ "arduino-uno:13", "led-1:A", "red", [ "h0.4", "v-48", "h-124.8" ] ],
[ "arduino-uno:GND.1", "led-1:C", "green", [ "v-38.4", "h-124.5", "v-48" ] ],
[ "arduino-uno:8", "buzzer-1:2", "green", [ "v28.8", "h-154.4" ] ],
[ "arduino-uno:GND.2", "buzzer-1:1", "black", [ "v288", "h-147.9" ] ],
[ "arduino-uno:3", "button-1:1.r", "blue", [ "v-67.2", "h-72.7" ] ],
[ "arduino-uno:4", "button-2:1.r", "yellow", [ "v-67.2", "h-15.2", "v-77" ] ],
[ "arduino-uno:5", "button-3:1.r", "orange", [ "v-48", "h-72.9" ] ],
[ "button-1:2.r", "arduino-uno:GND.3", "#000000", [ "v29", "h-81" ] ],
[ "button-2:2.r", "arduino-uno:GND.3", "#000000", [] ],
[ "button-3:2.r", "arduino-uno:GND.3", "#000000", [ "v29", "h53.4" ] ],
[ "ssd1306-1:SDA", "arduino-uno:A4.2", "green", [ "v-57.6", "h163.67" ] ],
[ "ssd1306-1:SCL", "arduino-uno:A5.2", "green", [ "v-48", "h163.5" ] ],
[ "ssd1306-1:VCC", "arduino-uno:3.3V", "red", [ "v182.4", "h235.95" ] ],
[ "ssd1306-1:GND", "arduino-uno:GND.2", "black", [ "v201.6", "h264.9" ] ]
],
"dependencies": {}
}