{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 1.43, "left": -74.38, "attrs": {} },
{ "type": "wokwi-relay-module", "id": "relay1", "top": 28.03, "left": 29, "attrs": {} },
{
"type": "wokwi-led",
"id": "led3",
"top": -9.6,
"left": 177.19,
"attrs": { "color": "red", "flip": "1" }
},
{
"type": "wokwi-led",
"id": "led4",
"top": 69.99,
"left": 183.93,
"attrs": { "color": "green", "flip": "1" }
},
{ "type": "wokwi-vcc", "id": "vcc1", "top": -36.97, "left": 67.92, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd1", "top": 118.59, "left": 104.29, "attrs": {} }
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GP18", "relay1:IN", "green", [ "h0" ] ],
[ "relay1:NO", "led4:A", "green", [ "h0" ] ],
[ "relay1:NC", "led3:A", "green", [ "v0" ] ],
[ "relay1:GND", "pico:GND.7", "black", [ "h0" ] ],
[ "relay1:VCC", "vcc1:VCC", "red", [ "h0" ] ],
[ "relay1:COM", "vcc1:VCC", "green", [ "h0" ] ],
[ "led3:C", "gnd1:GND", "green", [ "v0" ] ],
[ "led4:C", "gnd1:GND", "green", [ "v0" ] ]
],
"dependencies": {}
}