{
  "format": "taoyuan-blockly-v1",
  "board": "uno",
  "workspace": {
    "blocks": {
      "languageVersion": 0,
      "blocks": [
        {
          "type": "arduino_program",
          "id": "bme280_program",
          "x": 40,
          "y": 40,
          "deletable": false,
          "inputs": {
            "SETUP": { "block": { "type": "playrobot_bme280_setup", "id": "bme280_setup", "fields": { "I2C_ADDR": "0x76" } } },
            "LOOP": {
              "block": {
                "type": "playrobot_bme280_update",
                "id": "bme280_update",
                "next": { "block": { "type": "arduino_serial_print", "id": "bme280_print", "fields": { "METHOD": "println" }, "inputs": { "VALUE": { "block": { "type": "playrobot_bme280_pressure_hpa", "id": "bme280_pressure" } } } } }
              }
            }
          }
        }
      ]
    }
  },
  "sourceFormat": "bme280-environment-example"
}
