Skip to content

Commit 10a3528

Browse files
committed
fix(tests): Add missing diagram for ESP32-P4
1 parent 8468552 commit 10a3528

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"version": 1,
3+
"author": "lucasssvaz",
4+
"editor": "wokwi",
5+
"parts": [
6+
{
7+
"type": "board-esp32-p4-function-ev",
8+
"id": "esp32",
9+
"top": -66.32,
10+
"left": -277.63,
11+
"attrs": {}
12+
},
13+
{
14+
"type": "wokwi-pushbutton",
15+
"id": "btn1",
16+
"top": -128.2,
17+
"left": -19.2,
18+
"attrs": { "color": "green", "bounce": "1" }
19+
}
20+
],
21+
"connections": [
22+
[ "esp32:38", "$serialMonitor:TX", "", [] ],
23+
[ "esp32:37", "$serialMonitor:RX", "", [] ],
24+
[ "btn1:2.r", "esp32:GND.3", "black", [ "h19.4", "v29" ] ],
25+
[ "esp32:0", "btn1:1.l", "blue", [ "h-48", "v-67.2" ] ]
26+
],
27+
"dependencies": {}
28+
}

0 commit comments

Comments
 (0)