{
"version": 1,
"author": "satyajit rath",
"editor": "wokwi",
"parts": [
{ "type": "board-pi-pico-w", "id": "pico", "top": -41.65, "left": 99.55, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": 92.4, "left": -44.2, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 138.35,
"left": 19.2,
"attrs": { "value": "1000" }
},
{ "type": "wokwi-potentiometer", "id": "pot1", "top": -164.5, "left": 220.6, "attrs": {} }
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "r1:1", "green", [ "v0" ] ],
[ "r1:2", "pico:GP15", "green", [ "v0" ] ],
[ "led1:C", "pico:GND.3", "black", [ "v0", "h-18.8", "v-57.6" ] ],
[ "pot1:GND", "pico:GND.8", "black", [ "v0" ] ],
[ "pot1:VCC", "pico:3V3", "red", [ "v0" ] ],
[ "pot1:SIG", "pico:GP28", "green", [ "v0" ] ]
],
"dependencies": {}
}