{
"version": 1,
"author": "Sergio Gasquez Arcos",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-esp32-devkit-v1",
"id": "esp",
"top": 0,
"left": 0.67,
"attrs": { "builder": "rust-nostd-esp" }
},
{ "type": "board-ssd1306", "id": "oled1", "top": 5.12, "left": -261.35, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 171.43,
"left": -190.6,
"attrs": { "color": "green" }
},
{
"type": "wokwi-pushbutton",
"id": "btn2",
"top": 169.24,
"left": -290.3,
"attrs": { "color": "red" }
}
],
"connections": [
[ "esp:TX0", "$serialMonitor:RX", "", [] ],
[ "esp:RX0", "$serialMonitor:TX", "", [] ],
[ "esp:GND.1", "oled1:GND", "black", [ "h32.24", "v1.35", "h9.12", "v-210.88", "h-345" ] ],
[ "oled1:VCC", "esp:3V3", "red", [ "v-61.82", "h350.83", "v211.09" ] ],
[ "esp:GND.2", "btn1:2.r", "black", [ "h-118.7", "v54.16" ] ],
[ "esp:GND.2", "btn2:2.r", "black", [ "h-111.38", "v76.12", "h-116.73" ] ],
[ "btn1:1.r", "esp:D27", "green", [ "v0" ] ],
[ "btn2:1.r", "esp:D26", "green", [ "v-25.86", "h89.55", "v-58.16" ] ],
[ "oled1:SCL", "esp:D22", "green", [ "v-51.65", "h332.05", "v69.96" ] ],
[ "esp:D21", "oled1:SDA", "green", [ "h16.45", "v-94.43", "h-311.15" ] ]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
}