-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiagram.json
More file actions
71 lines (71 loc) · 772 Bytes
/
Copy pathdiagram.json
File metadata and controls
71 lines (71 loc) · 772 Bytes
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
{
"version": 1,
"author": "Kot",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": 51.32,
"left": 116.01,
"rotate": 270,
"attrs": {
"builder": "pico-sdk"
}
},
{
"type": "wokwi-mpu6050",
"id": "imu1",
"top": 219.61,
"left": 71.19,
"attrs": {}
}
],
"connections": [
[
"pico:GP0",
"$serialMonitor:RX",
"",
[]
],
[
"pico:GP1",
"$serialMonitor:TX",
"",
[]
],
[
"imu1:VCC",
"pico:3V3",
"red",
[
"v0"
]
],
[
"imu1:SCL",
"pico:GP5",
"green",
[
"v0"
]
],
[
"imu1:SDA",
"pico:GP4",
"green",
[
"v0"
]
],
[
"imu1:GND",
"pico:GND.2",
"black",
[
"v0"
]
]
],
"dependencies": {}
}