{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": 20,
"left": 60,
"attrs": { "env": "arduino-community" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": 130.8,
"left": -149.8,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 207.6,
"left": -34.6,
"attrs": { "color": "blue" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 73.4,
"left": -144,
"attrs": { "color": "green" }
},
{
"type": "wokwi-led",
"id": "led4",
"top": 121.2,
"left": -121,
"attrs": { "color": "limegreen" }
},
{
"type": "board-ssd1306",
"id": "oled1",
"top": 291.14,
"left": 211.43,
"attrs": { "i2cAddress": "0x3c" }
}
],
"connections": [
[ "$serialMonitor:RX", "pico:GP0", "", [] ],
[ "led4:A", "pico:GP11", "green", [ "v0" ] ],
[ "led1:A", "pico:GP13", "green", [ "v0" ] ],
[ "led2:A", "pico:GP12", "green", [ "v0" ] ],
[ "pico:GND.4", "led1:C", "black", [ "h0" ] ],
[ "pico:GND.4", "led4:C", "black", [ "h0" ] ],
[ "pico:GND.4", "led2:C", "black", [ "h0" ] ],
[ "pico:GP5", "btn1:1.r", "green", [ "h0" ] ],
[ "pico:GND.2", "btn1:2.r", "black", [ "h0" ] ],
[ "oled1:GND", "pico:GND.8", "black", [ "v0" ] ],
[ "pico:3V3", "oled1:VCC", "green", [ "h0" ] ],
[ "pico:GP15", "oled1:SCL", "green", [ "h0" ] ],
[ "pico:GP14", "oled1:SDA", "green", [ "h0" ] ]
],
"dependencies": {}
}