{
  "format": "taoyuan-blockly-v1",
  "board": "uno",
  "workspace": {
    "blocks": {
      "languageVersion": 0,
      "blocks": [
        {
          "type": "arduino_program",
          "id": "ir_receiver_program",
          "x": 40,
          "y": 40,
          "deletable": false,
          "inputs": {
            "SETUP": { "block": { "type": "irrecv_setup", "id": "ir_receiver_setup", "fields": { "DATAPIN": 2 } } },
            "LOOP": {
              "block": {
                "type": "arduino_serial_print",
                "id": "ir_receiver_print",
                "fields": { "METHOD": "println" },
                "inputs": { "VALUE": { "block": { "type": "irrecv_read", "id": "ir_receiver_read" } } },
                "next": { "block": { "type": "irrecv_resume", "id": "ir_receiver_resume" } }
              }
            }
          }
        }
      ]
    }
  },
  "sourceFormat": "ir-receiver-remote-example"
}
