{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -3.15, "left": 3.6, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 73.2,
"left": -188.2,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 15.6,
"left": -130.6,
"attrs": { "color": "yellow" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 137.8,
"left": -116.05,
"rotate": 270,
"attrs": { "value": "220" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 147.4,
"left": -183.25,
"rotate": 270,
"attrs": { "value": "100" }
},
{ "type": "wokwi-pir-motion-sensor", "id": "pir1", "top": -53.6, "left": 155.82, "attrs": {} }
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led2:A", "r1:2", "green", [ "v28.8", "h19.2" ] ],
[ "led1:A", "r2:2", "green", [ "v0" ] ],
[ "pico:GP14", "r1:1", "blue", [ "h0" ] ],
[ "pico:GP15", "r2:1", "blue", [ "h0" ] ],
[ "pico:GND.4", "led1:C", "green", [ "h0" ] ],
[ "pico:GND.2", "led2:C", "green", [ "h0" ] ],
[ "pico:3V3", "pir1:VCC", "green", [ "h0" ] ],
[ "pico:GP27", "pir1:OUT", "green", [ "h0" ] ],
[ "pico:GND.5", "pir1:GND", "black", [ "h0" ] ]
],
"dependencies": {}
}