{
  "name": "gerbang-logika",
  "board": "esp32",
  "nodes": [
    {
      "id": "inputA_AND",
      "type": "boolean",
      "position": {
        "x": 70.5250967202158,
        "y": 33.68146762048556
      },
      "data": {
        "value": 0
      },
      "measured": {
        "width": 176,
        "height": 119
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "inputB_AND",
      "type": "boolean",
      "position": {
        "x": 66.84073381024278,
        "y": 209.21090727493257
      },
      "data": {
        "value": 0
      },
      "measured": {
        "width": 176,
        "height": 119
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "andGate",
      "type": "logicAnd",
      "position": {
        "x": 372.3672781752023,
        "y": 39.46911270080926
      },
      "data": {
        "value": false
      },
      "measured": {
        "width": 160,
        "height": 165
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "output_AND",
      "type": "bulb",
      "position": {
        "x": 667.3629352409711,
        "y": 61.5752901606474
      },
      "data": {
        "value": false
      },
      "measured": {
        "width": 160,
        "height": 148
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "inputA_OR",
      "type": "boolean",
      "position": {
        "x": 70.5250967202158,
        "y": 355.52654436495953
      },
      "data": {
        "value": 0
      },
      "measured": {
        "width": 176,
        "height": 119
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "inputB_OR",
      "type": "boolean",
      "position": {
        "x": 61.31418944528325,
        "y": 497.89671782964933
      },
      "data": {
        "value": 1
      },
      "measured": {
        "width": 180,
        "height": 119
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "orGate",
      "type": "logicOr",
      "position": {
        "x": 396.315637090027,
        "y": 370.5250967202158
      },
      "data": {
        "value": true
      },
      "measured": {
        "width": 160,
        "height": 165
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "output_OR",
      "type": "bulb",
      "position": {
        "x": 680.2582054258767,
        "y": 346.57673780539113
      },
      "data": {
        "value": true
      },
      "measured": {
        "width": 160,
        "height": 148
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "input_NOT",
      "type": "boolean",
      "position": {
        "x": 64.99855235525625,
        "y": 638.6858105547167
      },
      "data": {
        "value": 0
      },
      "measured": {
        "width": 176,
        "height": 119
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "notGate",
      "type": "logicNot",
      "position": {
        "x": 400,
        "y": 625.7905403698112
      },
      "data": {
        "value": true
      },
      "measured": {
        "width": 160,
        "height": 129
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "output_NOT",
      "type": "bulb",
      "position": {
        "x": 683.9425683358497,
        "y": 614.737451639892
      },
      "data": {
        "value": true
      },
      "measured": {
        "width": 160,
        "height": 148
      },
      "selected": false,
      "dragging": false
    }
  ],
  "edges": [
    {
      "id": "e-inputA_AND-andGate-in1",
      "source": "inputA_AND",
      "target": "andGate",
      "targetHandle": "in1"
    },
    {
      "id": "e-inputB_AND-andGate-in2",
      "source": "inputB_AND",
      "target": "andGate",
      "targetHandle": "in2"
    },
    {
      "id": "e-andGate-output_AND-default",
      "source": "andGate",
      "target": "output_AND",
      "targetHandle": "default"
    },
    {
      "id": "e-inputA_OR-orGate-in1",
      "source": "inputA_OR",
      "target": "orGate",
      "targetHandle": "in1"
    },
    {
      "id": "e-inputB_OR-orGate-in2",
      "source": "inputB_OR",
      "target": "orGate",
      "targetHandle": "in2"
    },
    {
      "id": "e-orGate-output_OR-default",
      "source": "orGate",
      "target": "output_OR",
      "targetHandle": "default"
    },
    {
      "id": "e-input_NOT-notGate-in1",
      "source": "input_NOT",
      "target": "notGate",
      "targetHandle": "in1"
    },
    {
      "id": "e-notGate-output_NOT-default",
      "source": "notGate",
      "target": "output_NOT",
      "targetHandle": "default"
    }
  ]
}