{
"version": 1,
"author": "Anam",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": -61.2,
"left": -117.53,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 24.8,
"left": -178.87,
"attrs": { "color": "yellow" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GP0", "led1:A", "green", [ "h-99.71", "v-27.58" ] ],
[ "pico:GND.1", "led1:C", "black", [ "h0" ] ],
[ "pico:GP5", "led2:A", "green", [ "h0" ] ],
[ "pico:GND.2", "led2:C", "black", [ "h0" ] ]
],
"dependencies": {}
}