-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdiagram.json
executable file
·53 lines (53 loc) · 1.25 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
{
"version": 1,
"editor": "wokwi",
"author": "LittleGuest <[email protected]>",
"parts": [
{
"type": "board-esp32-c3-devkitm-1",
"id": "esp",
"top": 0.59,
"left": 0.67,
"attrs": {
"flashSize": "16"
}
},
{
"type": "wokwi-neopixel-canvas",
"id": "neopixels",
"top": -136,
"left": -46.1,
"attrs": { "rows": "8", "cols": "8", "pixelate": "circle" }
},
{
"type": "wokwi-mpu6050",
"id": "imu1",
"top": 224.62,
"left": 232.72,
"attrs": {}
},
{
"type": "wokwi-buzzer",
"id": "bz1",
"top": -55.2,
"left": 261,
"attrs": { "volume": "0.1" }
}
],
"connections": [
["esp:TX", "$serialMonitor:RX", "", []],
["esp:RX", "$serialMonitor:TX", "", []],
["neopixels:VDD", "esp:3V3.1", "green", ["v0"]],
["neopixels:VSS", "esp:GND.1", "green", ["v0"]],
["neopixels:DIN", "esp:3", "green", ["v0"]],
["imu1:VCC", "esp:3V3.1", "red", ["v0"]],
["imu1:GND", "esp:GND.10", "black", ["v0"]],
["imu1:SCL", "esp:4", "green", ["v0"]],
["imu1:SDA", "esp:5", "green", ["v0"]],
["bz1:1", "esp:GND.10", "green", ["v0"]]
],
"serialMonitor": {
"display": "terminal",
"convertEol": true
}
}