{
  "version": 1,
  "author": "한예원",
  "editor": "wokwi",
  "parts": [
    {
      "type": "board-st-nucleo-c031c6",
      "id": "nucleo",
      "top": -181.57,
      "left": -0.98,
      "attrs": {}
    },
    {
      "type": "wokwi-led",
      "id": "led1",
      "top": -61.2,
      "left": -188.2,
      "attrs": { "color": "red" }
    },
    { "type": "wokwi-led", "id": "led2", "top": -61.2, "left": -121, "attrs": { "color": "red" } },
    {
      "type": "wokwi-resistor",
      "id": "r1",
      "top": 43.2,
      "left": -202.15,
      "rotate": 90,
      "attrs": { "value": "220" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r2",
      "top": 43.2,
      "left": -125.35,
      "rotate": 90,
      "attrs": { "value": "220" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn1",
      "top": 140.6,
      "left": -67.2,
      "attrs": { "color": "green", "xray": "1" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn2",
      "top": 246.2,
      "left": -86.4,
      "attrs": { "color": "green", "xray": "1" }
    }
  ],
  "connections": [
    [ "$serialMonitor:TX", "nucleo:PA3", "", [] ],
    [ "$serialMonitor:RX", "nucleo:PA2", "", [] ],
    [ "led1:A", "nucleo:PD0", "orange", [ "v-57.6", "h172.8" ] ],
    [ "led2:A", "nucleo:PD1", "magenta", [ "v9.6", "h86.4", "v-76.8", "h28.8", "v19.2" ] ],
    [ "led1:C", "r1:1", "blue", [ "v28.8", "h0.4" ] ],
    [ "led2:C", "r2:1", "blue", [ "v0" ] ],
    [ "r1:2", "nucleo:GND.1", "black", [ "h0", "v27.6", "h153.6", "v-76.8" ] ],
    [ "r2:2", "nucleo:GND.1", "black", [ "h0", "v27.6", "h38.4", "v0", "h38.4", "v-76.8" ] ],
    [ "btn1:1.l", "nucleo:PA12", "green", [ "h-28.8", "v-28.8", "h115.2", "v9.6" ] ],
    [ "btn2:1.l", "nucleo:PA2", "green", [ "h-19.2", "v-19.2", "h38.4" ] ],
    [ "btn1:2.r", "nucleo:3V3.2", "red", [ "h77", "v-163" ] ],
    [ "btn2:2.r", "btn1:2.r", "red", [ "h0" ] ]
  ],
  "dependencies": {}
}