{
  "version": 2,
  "name": "PE001 - The Button",
  "board": {
    "rows": 4,
    "cols": 4,
    "kind": "strip"
  },
  "cuts": [],
  "parts": [
    {
      "id": "pb01",
      "kind": "res",
      "ref": "R1",
      "value": "4k7",
      "device": "fixed",
      "mount": "vertical",
      "pins": [
        [
          1,
          2
        ],
        [
          2,
          2
        ]
      ]
    }
  ],
  "ics": [],
  "pads": [
    {
      "id": "pp01",
      "at": [
        0,
        0
      ],
      "label": "+9V",
      "to": "battery + (red wire off the clip)"
    },
    {
      "id": "pp02",
      "at": [
        0,
        3
      ],
      "label": "SW_A",
      "to": "momentary button, either leg"
    },
    {
      "id": "pp03",
      "at": [
        1,
        0
      ],
      "label": "SW_B",
      "to": "momentary button, other leg"
    },
    {
      "id": "pp04",
      "at": [
        2,
        3
      ],
      "label": "LED_A",
      "to": "superbright red LED, anode / long leg - bezel mount, flying lead"
    },
    {
      "id": "pp05",
      "at": [
        3,
        0
      ],
      "label": "GND",
      "to": "battery - (black wire off the clip)"
    },
    {
      "id": "pp06",
      "at": [
        3,
        3
      ],
      "label": "LED_K",
      "to": "superbright red LED, cathode / short leg, flat side"
    }
  ],
  "netlist": "# PE001 - The Button - written from the board\n# 4 strips of 4 holes, 1 part, 0 chips, 0 cuts\n#\n# Press the button, the light comes on. The button and the LED are on the\n# face and the battery in the box; the board is the resistor between them.\n\n+9V:     @+9V @SW_A\nPRESSED: @SW_B R1.A\nLED:     R1.B @LED_A\nGND:     @LED_K @GND\n"
}