generated from ThundeRatz/STM32ProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagram.json
119 lines (119 loc) · 2.23 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"type": "board-stm32-bluepill",
"id": "stm32",
"top": -1.36,
"left": -3.63,
"attrs": {}
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 111.8,
"left": -96,
"attrs": {
"color": "green"
}
},
{
"type": "wokwi-potentiometer",
"id": "pot1",
"top": 57.4,
"left": 136.5,
"rotate": 90,
"attrs": {}
},
{
"type": "wokwi-rgb-led",
"id": "rgb1",
"top": -15.2,
"left": -123.7,
"attrs": {}
}
],
"connections": [
[
"pot1:SIG",
"stm32:A1",
"green",
[
"v-0.4",
"h-48",
"v48"
]
],
[
"btn1:1.r",
"stm32:A12",
"green",
[
"v0"
]
],
[
"stm32:A8",
"rgb1:R",
"red",
[
"h0"
]
],
[
"stm32:A9",
"rgb1:G",
"green",
[
"h0"
]
],
[
"stm32:A10",
"rgb1:B",
"blue",
[
"h0"
]
],
[
"rgb1:COM",
"stm32:3V3.1",
"white",
[
"v0"
]
],
[
"stm32:GND.1",
"btn1:2.r",
"black",
[
"h0"
]
],
[
"pot1:GND",
"stm32:GND.3",
"black",
[
"h-28.8",
"v-67.2"
]
],
[
"stm32:3V3.2",
"pot1:VCC",
"red",
[
"h23.24",
"v76.8",
"h42.03",
"v0.8"
]
]
],
"dependencies": {}
}