Fill in some parameter TODO's (#1962)

This commit is contained in:
Galen Nickel
2019-04-04 20:32:48 -07:00
committed by Peli de Halleux
parent aa51b7e014
commit aff219c6ef
6 changed files with 41 additions and 41 deletions

View File

@ -55,8 +55,8 @@
/**
* Toggles a particular pixel
* @param x TODO
* @param y TODO
* @param x pixel column
* @param y pixel row
*/
//% help=led/toggle weight=77
//% blockId=device_led_toggle block="toggle|x %x|y %y" icon="\uf204" blockGap=8
@ -99,7 +99,7 @@
/**
* Fades in the screen display.
* @param ms TODO
* @param ms fade time in milleseconds
*/
//% help=led/fade-in
//% parts="ledmatrix"
@ -122,7 +122,7 @@
/**
* Fades out the screen brightness.
* @param ms TODO
* @param ms fade time in milliseconds
*/
//% help=led/fade-out
//% parts="ledmatrix"