{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-breadboard-mini", "id": "bb1", "top": -59, "left": -204, "attrs": {} },
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-resistor",
"id": "r1",
"top": -24.85,
"left": -134.4,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": -70.8,
"left": -92.2,
"attrs": { "color": "red" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "bb1:14t.c", "", [ "$bb" ] ],
[ "led1:C", "bb1:13t.c", "", [ "$bb" ] ],
[ "r1:1", "bb1:7t.d", "", [ "$bb" ] ],
[ "r1:2", "bb1:13t.d", "", [ "$bb" ] ],
[ "pico:GP6", "bb1:7t.e", "green", [ "h0" ] ],
[ "pico:GP11", "bb1:14t.e", "green", [ "h0" ] ]
],
"dependencies": {}
}