{
"version": 1,
"author": "Divy Prakash",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -39.33, "left": 52, "attrs": {} },
{
"type": "wokwi-resistor",
"id": "r1",
"top": -42.54,
"left": -30.32,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 30.12,
"left": -32.98,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r3",
"top": -3.88,
"left": -30.32,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r4",
"top": -23.21,
"left": -30.98,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": -104.3,
"left": -197.56,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": -104.14,
"left": -152.24,
"attrs": { "color": "cyan" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": -102.42,
"left": -103.91,
"attrs": { "color": "blue" }
},
{
"type": "wokwi-led",
"id": "led4",
"top": -101.53,
"left": -60.41,
"attrs": { "color": "limegreen" }
},
{ "type": "board-ssd1306", "id": "oled1", "top": 111.75, "left": -148.98, "attrs": {} }
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "r1:2", "pico:GP0", "green", [ "v0" ] ],
[ "r4:2", "pico:GP1", "green", [ "v0" ] ],
[ "r3:2", "pico:GP2", "green", [ "v0" ] ],
[ "r2:2", "pico:GP3", "green", [ "v0" ] ],
[ "oled1:GND", "pico:GND.3", "black", [ "v0" ] ],
[ "oled1:SDA", "pico:GP8", "orange", [ "v0" ] ],
[ "pico:GP9", "oled1:SCL", "blue", [ "h0" ] ],
[
"oled1:VCC",
"pico:3V3_EN",
"red",
[ "v-19.56", "h129.71", "v75.5", "h117.33", "v-171.83" ]
],
[ "r1:1", "led4:A", "green", [ "v0" ] ],
[ "r4:1", "led3:A", "blue", [ "v-0.72", "h-45.04" ] ],
[ "r3:1", "led2:A", "cyan", [ "v-0.9", "h-94.65" ] ],
[ "r2:1", "led1:A", "red", [ "v-3.69", "h-133.84" ] ],
[ "led4:C", "pico:GND.3", "black", [ "v0" ] ],
[ "led3:C", "pico:GND.3", "black", [ "h-3.11", "v149.14" ] ],
[ "led2:C", "pico:GND.3", "black", [ "v0" ] ],
[ "led1:C", "pico:GND.3", "black", [ "v0" ] ]
]
}