-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiagram.json
More file actions
30 lines (30 loc) · 738 Bytes
/
diagram.json
File metadata and controls
30 lines (30 loc) · 738 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
{
"version": 1,
"author": "Tyeth Gundry",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-s3-devkitc-1", "id": "ESP32", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-resistor",
"id": "r1",
"top": -34.45,
"left": -144,
"attrs": { "value": "330" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": 37.33,
"left": -121.8,
"attrs": { "color": "red" }
}
],
"connections": [
[ "ESP32:TX", "$serialMonitor:RX", "", [] ],
[ "ESP32:RX", "$serialMonitor:TX", "", [] ],
[ "r1:1", "ESP32:GND.2", "green", [ "v0" ] ],
[ "ESP32:15", "led1:A", "green", [ "h0" ] ],
[ "led1:C", "r1:2", "green", [ "v0" ] ]
],
"dependencies": {}
}