-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiagram.json
More file actions
44 lines (44 loc) · 956 Bytes
/
diagram.json
File metadata and controls
44 lines (44 loc) · 956 Bytes
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
{
"version": 1,
"editor": "wokwi",
"author": "Aron Granberg <aron.granberg@gmail.com>",
"parts": [
{
"type": "board-esp32-devkit-c-v4",
"id": "esp",
"top": 0.59,
"left": 0.67,
"attrs": {
"flashSize": "16"
}
},
{
"type": "wokwi-led",
"id": "led1",
"top": 63.6,
"left": 128.6,
"attrs": { "color": "red", "flip": "1" }
}
],
"connections": [
[
"esp:TX",
"$serialMonitor:RX",
"",
[]
],
[
"esp:RX",
"$serialMonitor:TX",
"",
[]
],
[ "esp:5", "esp:GND.2", "green", [ "h14.44", "v-48" ] ],
[ "led1:A", "esp:17", "green", [ "v0" ] ],
[ "esp:GND.2", "led1:C", "black", [ "h0" ] ]
],
"serialMonitor": {
"display": "terminal",
"convertEol": true
}
}