typo in default value

This commit is contained in:
Peli de Halleux 2016-04-22 00:14:57 -07:00
parent c4e6618baa
commit d89747fa46

View File

@ -17,7 +17,7 @@ namespace led {
* Displays a vertical bar graph based on the `value` and `high` value. * Displays a vertical bar graph based on the `value` and `high` value.
* If `high` is 0, the chart gets adjusted automatically. * If `high` is 0, the chart gets adjusted automatically.
* @param value current value to plot * @param value current value to plot
* @param high maximum value. If 0, maximum value adjusted automatically, eg: 0. * @param high maximum value. If 0, maximum value adjusted automatically, eg: 0
*/ */
//% help=/led/plot-bar-graph weight=20 //% help=/led/plot-bar-graph weight=20
//% blockId=device_plot_bar_graph block="plot bar graph of %value |up to %high" icon="\uf080" blockExternalInputs=true //% blockId=device_plot_bar_graph block="plot bar graph of %value |up to %high" icon="\uf080" blockExternalInputs=true