{
"version": 1,
"author": "Vana Terterian",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": -3.15,
"left": -15.6,
"attrs": { "builder": "pico-sdk" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 217.4,
"left": 220.8,
"attrs": { "color": "green" }
},
{
"type": "wokwi-lcd1602",
"id": "lcd1",
"top": 35.2,
"left": 140,
"attrs": { "pins": "i2c" }
},
{ "type": "wokwi-led", "id": "led1", "top": 255.6, "left": 51.8, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 291.95,
"left": -19.2,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GND.8", "lcd1:GND", "black", [ "h68.4", "v38.4" ] ],
[ "lcd1:SCL", "pico:GP7", "gold", [ "h-28.8", "v125.1", "h-153.6", "v-153.6" ] ],
[ "pico:GND.5", "btn1:2.l", "black", [ "h1.2", "v76.8" ] ],
[ "pico:GND.4", "r1:1", "black", [ "h-38.4", "v57.6" ] ],
[ "r1:2", "led1:C", "green", [ "v0" ] ],
[ "btn1:1.l", "pico:GP26", "green", [ "h-144", "v-134.4" ] ],
[ "led1:A", "pico:GP15", "green", [ "v-38.4", "h-96", "v-67.2" ] ],
[ "lcd1:VCC", "pico:VBUS", "red", [ "h-76.8", "v-67.1" ] ],
[ "lcd1:SDA", "pico:GP6", "green", [ "h-48", "v115.4", "h-124.8", "v-115.2" ] ]
],
"dependencies": {}
}