Feedback-Machine/diagram.json

51 lines
1.5 KiB
JSON
Raw Normal View History

2025-01-20 10:58:40 -05:00
{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-devkit-c-v4", "id": "esp", "top": -38.4, "left": 81.64, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 6.2,
"left": -115.2,
"attrs": { "color": "red" }
},
{
"type": "wokwi-pushbutton",
"id": "btn2",
"top": 54.2,
"left": -115.2,
"attrs": { "color": "yellow" }
},
{
"type": "wokwi-pushbutton",
"id": "btn3",
"top": 102.2,
"left": -115.2,
"attrs": { "color": "green" }
},
{
"type": "wokwi-lcd2004",
"id": "lcd1",
"top": -281.6,
"left": 53.6,
"attrs": { "pins": "i2c" }
}
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "btn2:2.r", "esp:27", "gold", [ "h0" ] ],
[ "btn1:2.r", "esp:CMD", "black", [ "h9.8", "v0.2" ] ],
[ "esp:CMD", "btn2:1.r", "black", [ "h-124.65", "v-86.4" ] ],
[ "btn3:1.r", "esp:CMD", "black", [ "v0", "h9.8", "v38.4" ] ],
[ "btn3:2.r", "esp:14", "green", [ "h67.4", "v0.2" ] ],
[ "btn1:1.r", "esp:26", "#8f4814", [ "v0", "h19.4", "v57.6" ] ],
[ "lcd1:GND", "esp:CMD", "black", [ "h-48", "v403.2", "h-28.8" ] ],
[ "lcd1:VCC", "esp:3V3", "red", [ "h-38.4", "v0.1" ] ],
[ "lcd1:SDA", "esp:21", "green", [ "h-28.8", "v173", "h172.8", "v48" ] ],
[ "lcd1:SCL", "esp:22", "green", [ "h-19.2", "v153.9", "h172.8", "v67.2" ] ]
],
"dependencies": {}
}