{
  "format": "taoyuan-blockly-v1",
  "board": "uno",
  "workspace": {
    "blocks": {
      "languageVersion": 0,
      "blocks": [
        {
          "type": "arduino_program",
          "id": "dht11_program",
          "x": 40,
          "y": 40,
          "deletable": false,
          "inputs": {
            "LOOP": {
              "block": {
                "type": "arduino_serial_print",
                "id": "dht11_print_temperature",
                "fields": { "METHOD": "print" },
                "inputs": { "VALUE": { "block": { "type": "taoyuan_dht11_temperature", "id": "dht11_temperature", "fields": { "PIN": 2 } } } },
                "next": { "block": { "type": "arduino_serial_print", "id": "dht11_print_humidity", "fields": { "METHOD": "println" }, "inputs": { "VALUE": { "block": { "type": "taoyuan_dht11_humidity", "id": "dht11_humidity", "fields": { "PIN": 2 } } } }, "next": { "block": { "type": "arduino_delay", "id": "dht11_delay", "inputs": { "TIME": { "shadow": { "type": "math_number", "id": "dht11_delay_value", "fields": { "NUM": 2000 } } } } } } } }
              }
            }
          }
        }
      ]
    }
  },
  "sourceFormat": "dht11-classroom-example"
}
