{
  "format": "taoyuan-blockly-v1",
  "board": "uno",
  "workspace": {
    "blocks": {
      "languageVersion": 0,
      "blocks": [
        {
          "type": "arduino_program",
          "id": "wind_c_program",
          "x": 40,
          "y": 40,
          "deletable": false,
          "inputs": {
            "SETUP": { "block": { "type": "playrobot_wind_rev_c_setup", "id": "wind_c_setup", "fields": { "PIN": "A0" } } },
            "LOOP": {
              "block": {
                "type": "arduino_serial_print",
                "id": "wind_c_print",
                "fields": { "METHOD": "println" },
                "inputs": { "VALUE": { "block": { "type": "playrobot_wind_rev_c_voltage", "id": "wind_c_voltage", "fields": { "PIN": "A0" } } } }
              }
            }
          }
        }
      ]
    }
  },
  "sourceFormat": "wind-sensor-rev-c-example"
}
