{
"version": 1,
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": { "env": "micropython" } },
{ "type": "board-ssd1306", "id": "oled", "top": -120, "left": 210, "attrs": { "i2cAddress": "0x3c" } },
{ "type": "wokwi-neopixel", "id": "np", "top": 120, "left": 220, "attrs": {} },
{ "type": "wokwi-pushbutton", "id": "btnJump", "top": 20, "left": 220, "attrs": { "color": "green" } }
],
"connections": [
["oled:VCC", "pico:3V3", "red", []],
["oled:GND", "pico:GND.1", "black", []],
["oled:SDA", "pico:GP6", "green", []],
["oled:SCL", "pico:GP7", "blue", []],
["np:VDD", "pico:VBUS", "red", []],
["np:VSS", "pico:GND.2","black", []],
["np:DIN", "pico:GP12", "green", []],
["btnJump:1.l", "pico:GP26", "green", []],
["btnJump:2.l", "pico:GND.3", "black", []]
]
}