{
"version": 1,
"author": "Kirtikanta Sekhar",
"editor": "wokwi",
"parts": [
{ "type": "board-pi-pico-w", "id": "pico", "top": 54.35, "left": 89.95, "attrs": {} },
{
"type": "wokwi-rgb-led",
"id": "rgb1",
"top": -5.6,
"left": -37.3,
"attrs": { "common": "cathode" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GP2", "rgb1:R", "red", [ "h0" ] ],
[ "rgb1:COM", "pico:GND.1", "black", [ "v0" ] ],
[ "rgb1:G", "pico:GP3", "limegreen", [ "v0" ] ],
[ "rgb1:B", "pico:GP4", "green", [ "v0" ] ]
],
"dependencies": {}
}