{
  "format": "taoyuan-blockly-v1",
  "board": "uno",
  "workspace": {
    "blocks": {
      "languageVersion": 0,
      "blocks": [
        {
          "type": "arduino_program",
          "id": "dht22_program",
          "x": 40,
          "y": 40,
          "deletable": false,
          "inputs": {
            "LOOP": {
              "block": {
                "type": "arduino_serial_print",
                "id": "dht22_print_temperature",
                "fields": { "METHOD": "print" },
                "inputs": { "VALUE": { "block": { "type": "playrobot_dht22_temperature", "id": "dht22_temperature", "fields": { "PIN": 2 } } } },
                "next": { "block": { "type": "arduino_serial_print", "id": "dht22_print_humidity", "fields": { "METHOD": "println" }, "inputs": { "VALUE": { "block": { "type": "playrobot_dht22_humidity", "id": "dht22_humidity", "fields": { "PIN": 2 } } } }, "next": { "block": { "type": "arduino_delay", "id": "dht22_delay", "inputs": { "TIME": { "shadow": { "type": "math_number", "id": "dht22_delay_value", "fields": { "NUM": 2000 } } } } } } } }
              }
            }
          }
        }
      ]
    }
  },
  "sourceFormat": "dht22-environment-example"
}
