-
Notifications
You must be signed in to change notification settings - Fork 18
/
diagram.json
62 lines (62 loc) · 1.19 KB
/
diagram.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"version": 1,
"author": "Sergio Gasquez Arcos",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-c3-rust-1",
"id": "esp",
"top": -99.32,
"left": 34.67,
"attrs": {
"builder": "rust-nostd-esp"
}
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 2.81,
"left": -49.66,
"rotate": 90,
"attrs": {
"color": "green",
"bounce": "0"
}
}
],
"connections": [
[
"esp:21",
"$serialMonitor:RX",
"",
[]
],
[
"esp:20",
"$serialMonitor:TX",
"",
[]
],
[
"esp:9",
"btn1:1.r",
"green",
[
"h0"
]
],
[
"esp:GND",
"btn1:2.r",
"black",
[
"h-97.82",
"v114.6",
"h26"
]
]
],
"serialMonitor": {
"display": "auto"
}
}