{
"version": 1,
"author": "KAUANA QUINTANA FORT",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-arduino-mega", "id": "mega", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 111.6,
"left": 397.4,
"attrs": { "color": "red" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 169.4,
"left": 441.6,
"attrs": { "color": "green", "bounce": "0" }
}
],
"connections": [
[ "mega:53", "led1:A", "green", [ "v1.7", "h51.4" ] ],
[ "led1:C", "mega:GND.3", "black", [ "v57.6", "h-230" ] ],
[ "mega:51", "btn1:1.l", "green", [ "v0" ] ],
[ "mega:GND.3", "btn1:2.l", "black", [ "v0" ] ]
],
"dependencies": {}
}