{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": -3.15,
"left": -198,
"attrs": { "env": "micropython-20231227-v1.22.0" }
},
{ "type": "wokwi-led", "id": "led1", "top": -42, "left": -255.4, "attrs": { "color": "red" } },
{ "type": "wokwi-potentiometer", "id": "pot1", "top": -116.5, "left": -96.2, "attrs": {} },
{ "type": "wokwi-lcd1602", "id": "lcd1", "top": 44.8, "left": 92, "attrs": { "pins": "i2c" } }
],
"connections": [
[ "led1:A", "pico:GP0", "green", [ "v0" ] ],
[ "led1:C", "pico:GND.1", "green", [ "v0" ] ],
[ "pot1:VCC", "pico:3V3", "red", [ "v0" ] ],
[ "pot1:SIG", "pico:GP28", "green", [ "v0" ] ],
[ "pot1:GND", "pico:GND.8", "black", [ "v0" ] ],
[ "lcd1:GND", "pico:GND.7", "black", [ "h0" ] ],
[ "lcd1:SCL", "pico:GP21", "violet", [ "h0" ] ],
[ "lcd1:SDA", "pico:GP26", "yellow", [ "h0" ] ],
[ "pico:3V3", "lcd1:VCC", "red", [ "h183.6", "v9.6" ] ]
],
"dependencies": {}
}