{
  "version": 1,
  "author": "Robert Wallner",
  "editor": "wokwi",
  "parts": [
    {
      "type": "board-stm32-bluepill",
      "id": "stm32",
      "top": -126.16,
      "left": -61.23,
      "attrs": { "builder": "platformio-stm32" }
    },
    { "type": "wokwi-led", "id": "led1", "top": -42, "left": 195.8, "attrs": { "color": "blue" } },
    {
      "type": "wokwi-slide-potentiometer",
      "id": "pot2",
      "top": -119.8,
      "left": 56.6,
      "attrs": { "travelLength": "30" }
    }
  ],
  "connections": [
    [ "stm32:A3", "$serialMonitor:TX", "green", [] ],
    [ "stm32:A2", "$serialMonitor:RX", "green", [] ],
    [ "pot2:GND", "stm32:GND.2", "black", [ "v-38.4", "h-254" ] ],
    [ "pot2:SIG", "stm32:A7", "green", [ "h-28.8", "v47.2" ] ],
    [ "pot2:VCC", "stm32:5V.1", "red", [ "h-19.2", "v-76.8", "h-105.6", "v201.6" ] ],
    [ "led1:A", "stm32:A1", "green", [ "v19.2", "h-19.2" ] ],
    [ "led1:C", "stm32:GND.1", "green", [ "v86.4", "h-278", "v-28.8" ] ]
  ],
  "dependencies": {}
}