{
"version": 1,
"author": "Aisha Sahu",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 6.45, "left": -6, "attrs": {} },
{
"type": "wokwi-rgb-led",
"id": "rgb1",
"top": -44,
"left": -152.5,
"attrs": { "common": "cathode" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 244.25,
"left": -270.2,
"rotate": 180,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 243.95,
"left": -115.2,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r3",
"top": 61.55,
"left": -124.8,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GND.3", "rgb1:COM", "black", [ "h0" ] ],
[ "pico:GP14", "r1:2", "green", [ "h0" ] ],
[ "rgb1:B", "r2:1", "green", [ "v0" ] ],
[ "r1:1", "rgb1:G", "green", [ "v0" ] ],
[ "rgb1:R", "r3:1", "green", [ "v0" ] ],
[ "r3:2", "pico:GP0", "green", [ "v0" ] ],
[ "r2:2", "pico:GP1", "green", [ "v0" ] ]
],
"dependencies": {}
}