// Not Using

var toolbox_pwm = {
  "kind": "categoryToolbox",
  "contents": [
    {
      "kind": "category",
      "name": "%{BKY_CAT_PWM}",
      "toolboxitemid": "PWM",
      "levels": "1,2,3",
      "level": "1",
      "categorystyle": "pwm_category",
      "cssConfig": {
        "icon": "customIcon fas fa-wave-square"
      },
      "contents": [
        {
          "kind": "block",
          "type": "set_pwm_output"
        }
      ]
    }
  ]
};
