{
  "version": 1,
  "author": "Maverick",
  "editor": "wokwi",
  "parts": [
    { "type": "wokwi-arduino-uno", "id": "uno", "top": 0, "left": 0, "attrs": {} },
    {
      "type": "wokwi-led-bar-graph",
      "id": "bargraph1",
      "top": -82.8,
      "left": 114.6,
      "rotate": 270,
      "attrs": { "color": "lime" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn1",
      "top": -58.67,
      "left": 237.92,
      "attrs": { "color": "grey", "bounce": "0" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn2",
      "top": -105.59,
      "left": 237.74,
      "attrs": { "color": "grey", "bounce": "0" }
    },
    {
      "type": "wokwi-text",
      "id": "int0",
      "top": -45.08,
      "left": 309.96,
      "attrs": { "text": "INT0" }
    },
    {
      "type": "wokwi-text",
      "id": "int1",
      "top": -93.39,
      "left": 310.45,
      "attrs": { "text": "INT1" }
    }
  ],
  "connections": [
    [ "bargraph1:A10", "uno:8", "gray", [ "v0" ] ],
    [ "bargraph1:A9", "uno:9", "gray", [ "v0" ] ],
    [ "bargraph1:A8", "uno:10", "gray", [ "v0" ] ],
    [ "bargraph1:A7", "uno:11", "gray", [ "v0" ] ],
    [ "bargraph1:A6", "uno:12", "gray", [ "v0" ] ],
    [ "bargraph1:A5", "uno:13", "gray", [ "v0" ] ],
    [ "uno:GND.1", "bargraph1:C1", "black", [ "v-11.62", "h-48.12", "v-43.33" ] ],
    [ "bargraph1:C2", "bargraph1:C1", "black", [ "v0" ] ],
    [ "bargraph1:C3", "bargraph1:C2", "black", [ "v0" ] ],
    [ "bargraph1:C4", "bargraph1:C3", "black", [ "v0" ] ],
    [ "bargraph1:C5", "bargraph1:C4", "black", [ "v0" ] ],
    [ "bargraph1:C6", "bargraph1:C5", "black", [ "v0" ] ],
    [ "bargraph1:C7", "bargraph1:C6", "black", [ "v0" ] ],
    [ "bargraph1:C8", "bargraph1:C7", "black", [ "v0" ] ],
    [ "bargraph1:C9", "bargraph1:C8", "black", [ "v0" ] ],
    [ "bargraph1:C10", "bargraph1:C9", "black", [ "v0" ] ],
    [ "btn1:2.l", "uno:2", "gray", [ "h0" ] ],
    [ "btn1:1.l", "bargraph1:C10", "black", [ "h0" ] ],
    [ "btn2:2.l", "uno:3", "gray", [ "h0" ] ],
    [ "bargraph1:C10", "btn2:1.l", "black", [ "v0" ] ]
  ],
  "dependencies": {}
}
INT0
INT1