FLOW. CONNECT. INNOVATE.
← KEMBALI KE DAFTAR MATERI
GERBANG LOGIKA

Belajar logika NOT

ARDUFLOW CODE SNIPPET
{
  "name": "Logic_NOT",
  "board": "nano",
  "nodes": [
    {
      "id": "constant-1781585648368",
      "type": "constant",
      "position": {
        "x": 217.6413488454183,
        "y": 46.96999201434416
      },
      "data": {
        "value": true,
        "pin": "0"
      },
      "measured": {
        "width": 160,
        "height": 106
      },
      "selected": true,
      "dragging": false
    },
    {
      "id": "bulb-1781585653000",
      "type": "bulb",
      "position": {
        "x": 693.4409384784087,
        "y": 38.18851182233233
      },
      "data": {
        "value": false,
        "pin": "0"
      },
      "measured": {
        "width": 160,
        "height": 148
      },
      "selected": false,
      "dragging": false
    },
    {
      "id": "logicNot-1781585728505",
      "type": "logicNot",
      "position": {
        "x": 462.8078151603119,
        "y": 34.82335739468985
      },
      "data": {
        "value": false,
        "pin": "0"
      },
      "measured": {
        "width": 160,
        "height": 129
      },
      "selected": false,
      "dragging": false
    }
  ],
  "edges": [
    {
      "source": "logicNot-1781585728505",
      "target": "bulb-1781585653000",
      "id": "xy-edge__logicNot-1781585728505-bulb-1781585653000"
    },
    {
      "source": "constant-1781585648368",
      "target": "logicNot-1781585728505",
      "targetHandle": "in1",
      "id": "xy-edge__constant-1781585648368-logicNot-1781585728505in1"
    }
  ]
}

SIAP MENCOBA MATERI INI?

Buka Arduflow IDE sekarang dan implementasikan logika program di atas tanpa ribet!