{
"version": 1,
"author": "Ettore Cicala",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-arduino-nano", "id": "nano", "top": -81.6, "left": 66.7, "attrs": {} },
{
"type": "board-ssd1306",
"id": "oled1",
"top": 118.34,
"left": -76.57,
"attrs": { "i2cAddress": "0x3c" }
},
{ "type": "wokwi-ds1307", "id": "rtc1", "top": 109.8, "left": 201.7, "attrs": {} },
{
"type": "wokwi-pushbutton-6mm",
"id": "btn1",
"top": -40.6,
"left": -115.2,
"attrs": { "color": "green", "xray": "1" }
},
{
"type": "wokwi-pushbutton-6mm",
"id": "btn2",
"top": -40.6,
"left": -67.2,
"attrs": { "color": "green", "xray": "1" }
},
{
"type": "wokwi-pushbutton-6mm",
"id": "btn3",
"top": -40.6,
"left": -19.2,
"attrs": { "color": "green", "xray": "1" }
}
],
"connections": [
[ "oled1:SDA", "nano:A4", "green", [ "v-86.4", "h163.27" ] ],
[ "oled1:SCL", "nano:A5", "green", [ "v-96", "h182.7" ] ],
[ "oled1:SDA", "rtc1:SDA", "green", [ "v-38.4", "h201.67", "v57.6" ] ],
[ "oled1:SCL", "rtc1:SCL", "green", [ "v-28.8", "h201.9", "v57.6" ] ]
],
"dependencies": {}
}