-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagram.json
98 lines (98 loc) · 3.11 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"version": 1,
"author": "ede1998",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-esp32-devkit-v1", "id": "esp", "top": 0, "left": 0, "attrs": {} },
{ "type": "board-ssd1306", "id": "oled1", "top": 229.07, "left": 173.76, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 87.38,
"left": -318.18,
"attrs": { "color": "red", "label": "DOWN" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 28.77,
"left": -322.25,
"attrs": { "color": "green", "label": "UP" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 124.5,
"left": -228.58,
"attrs": { "value": "500" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 64.34,
"left": -232.07,
"attrs": { "value": "500" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": -162.91,
"left": 213.64,
"attrs": { "color": "blue", "label": "POS2", "key": "." }
},
{
"type": "wokwi-pushbutton",
"id": "btn2",
"top": -224.57,
"left": 213.23,
"attrs": { "color": "blue", "label": "POS1", "key": "," }
},
{
"type": "wokwi-pushbutton",
"id": "btn3",
"top": -161.31,
"left": -43.41,
"attrs": { "color": "red", "label": "DOWN", "key": "s" }
},
{
"type": "wokwi-pushbutton",
"id": "btn4",
"top": -221.61,
"left": -42.87,
"attrs": { "color": "green", "label": "UP", "key": "w" }
},
{
"type": "wokwi-slide-potentiometer",
"id": "pot1",
"top": 442.64,
"left": -1001.39,
"attrs": { "travelLength": "460" }
}
],
"connections": [
[ "esp:TX0", "$serialMonitor:RX", "", [] ],
[ "esp:RX0", "$serialMonitor:TX", "", [] ],
[ "r1:1", "led1:A", "red", [ "v0" ] ],
[ "r2:1", "led2:A", "red", [ "v0" ] ],
[ "led2:C", "led1:C", "black", [ "h-39.41", "v58.61" ] ],
[ "led1:C", "esp:GND.2", "black", [ "h-43.23", "v86.22" ] ],
[ "btn3:2.l", "esp:GND.2", "black", [ "h-51.3", "v278.31" ] ],
[ "btn4:2.l", "esp:GND.2", "black", [ "h-51.3", "v338.61" ] ],
[ "btn1:2.r", "esp:GND.1", "black", [ "h22.35", "v284.41" ] ],
[ "btn2:2.r", "esp:GND.1", "black", [ "h23.88", "v339.32" ] ],
[ "oled1:GND", "esp:GND.1", "black", [ "v0" ] ],
[ "oled1:VCC", "esp:3V3", "red", [ "v0" ] ],
[ "pot1:GND", "esp:GND.1", "black", [ "v0" ] ],
[ "esp:3V3", "pot1:VCC", "red", [ "h28.7", "v160.2", "h-1130.39" ] ],
[ "esp:D34", "pot1:SIG", "green", [ "h-1026.91", "v414.34" ] ],
[ "esp:D32", "oled1:SDA", "blue", [ "h-27.93", "v136.71", "h263.59" ] ],
[ "oled1:SCL", "esp:D27", "gray", [ "v-18.37", "h-269.28", "v-106.36" ] ],
[ "r1:2", "esp:D12", "green", [ "v0" ] ],
[ "r2:2", "esp:D14", "green", [ "h30.58", "v50.01" ] ],
[ "btn1:1.l", "esp:D5", "green", [ "h-18.05", "v284.81" ] ],
[ "btn2:1.l", "esp:D4", "green", [ "h-32.69", "v329.32" ] ],
[ "btn3:1.r", "esp:D25", "green", [ "h101.83", "v81.11", "h-163.82", "v158.5" ] ],
[ "btn4:1.r", "esp:D26", "green", [ "h125.9", "v160.61", "h-207.63", "v149" ] ]
],
"dependencies": {}
}