{
  "version": 1,
  "author": "Anonymous maker",
  "editor": "wokwi",
  "parts": [
    {
      "type": "board-st-nucleo-c031c6",
      "id": "nucleo",
      "top": -66.37,
      "left": -10.58,
      "attrs": {}
    },
    {
      "type": "wokwi-led",
      "id": "led1",
      "top": -32.4,
      "left": -159.4,
      "attrs": { "color": "red" }
    },
    {
      "type": "wokwi-led",
      "id": "led2",
      "top": 15.6,
      "left": -111.4,
      "attrs": { "color": "red" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r1",
      "top": 52.8,
      "left": -173.35,
      "rotate": 90,
      "attrs": { "value": "220" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r2",
      "top": 91.2,
      "left": -125.35,
      "rotate": 90,
      "attrs": { "value": "220" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn1",
      "top": 275,
      "left": -134.4,
      "attrs": { "color": "green", "xray": "1" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn2",
      "top": 275,
      "left": -9.6,
      "attrs": { "color": "green", "xray": "1" }
    }
  ],
  "connections": [
    [ "$serialMonitor:TX", "nucleo:PA3", "", [] ],
    [ "$serialMonitor:RX", "nucleo:PA2", "", [] ],
    [ "nucleo:PD0", "led2:A", "green", [ "h0" ] ],
    [ "nucleo:PD1", "led1:A", "green", [ "v-38.4", "h-9.6" ] ],
    [ "led1:C", "r1:1", "green", [ "v0" ] ],
    [ "r2:1", "led2:C", "green", [ "h0" ] ],
    [ "r1:2", "r2:2", "green", [ "h0", "v46.8" ] ],
    [ "nucleo:GND.1", "r2:2", "black", [ "h0" ] ],
    [ "nucleo:PA2", "btn1:1.r", "green", [ "h0" ] ],
    [ "nucleo:PA12", "btn2:1.r", "green", [ "h0", "v28.8", "h57.6", "v28.8" ] ],
    [ "btn1:2.l", "nucleo:3V3.2", "green", [ "h-28.8", "v57.8", "h249.6", "v-240" ] ],
    [ "btn2:2.l", "btn1:2.l", "green", [ "h-38.4", "v29", "h-86.4" ] ]
  ],
  "dependencies": {}
}