-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagram.json
64 lines (64 loc) · 1.71 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
{
"version": 1,
"author": "Pedro Henrique Palmarella Rodrigues",
"editor": "wokwi",
"parts": [
{ "type": "board-pi-pico-w", "id": "pico", "top": 25.55, "left": 61.15, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 82.8,
"left": -140.2,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 130.8,
"left": -140.2,
"attrs": { "color": "yellow" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": 178.8,
"left": -140.2,
"attrs": { "color": "green" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 147.95,
"left": -28.8,
"attrs": { "value": "330" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 176.75,
"left": -48,
"attrs": { "value": "330" }
},
{
"type": "wokwi-resistor",
"id": "r3",
"top": 205.55,
"left": -19.2,
"attrs": { "value": "330" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:C", "pico:GND.1", "green", [ "h-57.2", "v-57.6" ] ],
[ "pico:GP13", "r1:2", "green", [ "h0" ] ],
[ "r1:1", "led1:A", "green", [ "v0" ] ],
[ "r2:2", "pico:GP12", "green", [ "v0" ] ],
[ "r3:2", "pico:GP11", "green", [ "v0" ] ],
[ "led2:A", "r2:1", "green", [ "v0" ] ],
[ "led3:A", "r3:1", "green", [ "h48", "v-28.8" ] ],
[ "led2:C", "led1:C", "green", [ "v0" ] ],
[ "led3:C", "led2:C", "green", [ "h-57.2", "v-48" ] ]
],
"dependencies": {}
}