-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdiagram.json
More file actions
31 lines (30 loc) · 767 Bytes
/
Copy pathdiagram.json
File metadata and controls
31 lines (30 loc) · 767 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
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": 73.9,
"left": 132.55,
"rotate": 90,
"attrs": { "env": "arduino-community" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 86,
"left": 172.8,
"attrs": { "value": "1000" }
},
{ "type": "wokwi-led", "id": "led1", "top": 54, "left": 138.2, "attrs": { "color": "red" } }
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GP2", "r1:2", "green", [ "v0" ] ],
[ "r1:1", "led1:A", "green", [ "v0" ] ],
[ "pico:GND.3", "led1:C", "black", [ "v-19.2", "h9.6" ] ]
]
}