{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": -191.62,
"left": 175.74,
"attrs": { "builder": "pico-sdk" }
},
{
"type": "wokwi-lcd2004",
"id": "lcd1",
"top": -185.6,
"left": 332,
"attrs": { "pins": "i2c" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": -272.4,
"left": 32.6,
"attrs": { "color": "red" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 44.6,
"left": 316.8,
"attrs": { "color": "green" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": -101.65,
"left": 19.2,
"rotate": 90,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "lcd1:GND", "pico:GND.8", "black", [ "h0" ] ],
[ "pico:VBUS", "lcd1:VCC", "red", [ "h0" ] ],
[ "lcd1:SCL", "pico:GP5", "green", [ "h0" ] ],
[ "lcd1:SDA", "pico:GP4", "yellow", [ "h0" ] ],
[ "led1:C", "r1:1", "green", [ "v0" ] ],
[ "r1:2", "pico:GND.4", "green", [ "h66.65", "v38.05" ] ],
[ "led1:A", "pico:GP8", "green", [ "v0" ] ],
[ "btn1:1.l", "pico:GP15", "green", [ "h0" ] ],
[ "btn1:2.l", "pico:GND.5", "green", [ "h-38.4", "v-95.8" ] ]
],
"dependencies": {}
}