-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiagram.json
More file actions
41 lines (41 loc) · 1.38 KB
/
diagram.json
File metadata and controls
41 lines (41 loc) · 1.38 KB
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
{
"version": 1,
"author": "Vincent Berthiaume",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-s3-devkitc-1",
"id": "esp",
"top": 121.67,
"left": -84.32,
"rotate": 90,
"attrs": {}
},
{ "type": "wokwi-ili9341", "id": "lcd1", "top": -296.8, "left": -153.9, "attrs": {} },
{
"type": "wokwi-mpu6050",
"id": "imu1",
"top": -45.62,
"left": 98.08,
"rotate": 180,
"attrs": {}
}
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "lcd1:VCC", "esp:3V3.1", "red", [ "v38.4", "h172.8" ] ],
[ "imu1:VCC", "esp:3V3.1", "red", [ "v19.2", "h-38.48" ] ],
[ "imu1:GND", "esp:GND.2", "black", [ "v307.2", "h-48.08" ] ],
[ "lcd1:GND", "esp:GND.1", "black", [ "v19.2", "h-38.4" ] ],
[ "imu1:SCL", "esp:4", "cyan", [ "v28.8", "h-86.48" ] ],
[ "imu1:SDA", "esp:5", "magenta", [ "v38.4", "h-115.28" ] ],
[ "lcd1:LED", "esp:3V3.1", "red", [ "v28.8", "h105.59" ] ],
[ "lcd1:CS", "esp:7", "violet", [ "v57.6", "h96" ] ],
[ "lcd1:MOSI", "esp:11", "green", [ "v67.2", "h-38.41" ] ],
[ "lcd1:SCK", "esp:12", "green", [ "v76.8", "h-57.61" ] ],
[ "lcd1:MISO", "esp:13", "green", [ "v86.4", "h-76.81", "v9.6" ] ],
[ "esp:39", "lcd1:D/C", "green", [ "v28.8", "h-172.8", "v-316.8", "h115.2" ] ]
],
"dependencies": {}
}