-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdiagram.json
60 lines (59 loc) · 1.93 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
{
"version": 1,
"author": "Juraj Michálek",
"editor": "wokwi - https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-wrover-kit.html#lcd-u5",
"parts": [
{
"type": "wokwi-esp32-devkit-v1",
"id": "esp",
"top": -494.32,
"left": -455.03,
"attrs": { "builder": "rust-std-esp32" }
},
{
"type": "wokwi-ili9341",
"id": "lcd1",
"top": -546.22,
"left": -134.92,
"rotate": 90,
"attrs": {}
},
{ "type": "wokwi-mpu6050", "id": "imu1", "top": -235.29, "left": -316.38, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": -234.07,
"left": -490.67,
"attrs": { "color": "green" }
},
{
"type": "wokwi-pushbutton",
"id": "btn2",
"top": -234.73,
"left": -402,
"attrs": { "color": "red" }
}
],
"connections": [
[ "esp:TX0", "$serialMonitor:RX", "", [] ],
[ "esp:RX0", "$serialMonitor:TX", "", [] ],
[ "esp:3V3", "lcd1:VCC", "green", [] ],
[ "esp:GND.1", "lcd1:GND", "black", [] ],
[ "esp:D19", "lcd1:SCK", "blue", [] ],
[ "esp:D23", "lcd1:MOSI", "orange", [] ],
[ "esp:D22", "lcd1:CS", "red", [] ],
[ "esp:D21", "lcd1:D/C", "magenta", [] ],
[ "esp:D18", "lcd1:RST", "yellow", [] ],
[ "lcd1:LED", "esp:3V3", "white", [] ],
[ "imu1:VCC", "esp:3V3", "red", [ "v0" ] ],
[ "imu1:GND", "esp:GND.2", "black", [ "v0" ] ],
[ "imu1:SDA", "esp:D21", "green", [ "v-144.89", "h227.76" ] ],
[ "imu1:SCL", "esp:D22", "green", [ "v0" ] ],
[ "btn1:1.l", "esp:VIN", "green", [ "h0" ] ],
[ "btn1:2.r", "esp:D34", "green", [ "v0" ] ],
[ "btn2:1.l", "esp:VIN", "green", [ "h0" ] ],
[ "btn2:2.r", "esp:D35", "green", [ "v0" ] ]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
}