-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagram.json
29 lines (29 loc) · 1.04 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
{
"version": 1,
"author": "Miguel Santos",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-devkit-c-v4", "id": "esp", "top": 0, "left": 43.24, "attrs": {} },
{ "type": "wokwi-potentiometer", "id": "pot1", "top": 27.5, "left": -96.2, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": 222.4, "left": 81, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 282.35,
"left": 76.8,
"rotate": 180,
"attrs": { "value": "220" }
}
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "pot1:VCC", "esp:GND.1", "red", [ "v0" ] ],
[ "pot1:GND", "esp:3V3", "black", [ "v19.2", "h76.8", "v-86.4" ] ],
[ "pot1:SIG", "esp:VP", "orange", [ "v38.4", "h86", "v-86.4" ] ],
[ "r1:1", "led1:A", "green", [ "v0" ] ],
[ "r1:2", "esp:D2", "green", [ "v0.3", "h-48.2", "v-115.2" ] ],
[ "led1:C", "esp:GND.2", "blue", [ "v4.4", "h-28.8", "v-48", "h86.4", "v-192" ] ]
],
"dependencies": {}
}