forked from apple/swift-embedded-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagram.json
36 lines (36 loc) · 783 Bytes
/
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
{
"version": 1,
"author": "Juraj Michálek",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-c6-devkitc-1",
"id": "esp",
"top": 0,
"left": 0,
"attrs": { "builder": "esp-idf" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 119.15,
"left": -76.8,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": 25.2,
"left": -111.4,
"attrs": { "color": "red" }
}
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "r1:2", "esp:8", "red", [ "v0" ] ],
[ "r1:1", "led1:A", "red", [ "h0" ] ],
[ "led1:C", "esp:GND.1", "black", [ "v0" ] ]
],
"dependencies": {}
}