Fill in some parameter TODO's (#1962)
This commit is contained in:
committed by
Peli de Halleux
parent
aa51b7e014
commit
aff219c6ef
@ -47,8 +47,8 @@ namespace led {
|
||||
|
||||
/**
|
||||
* Turn off the specified LED using x, y coordinates (x is horizontal, y is vertical). (0,0) is upper left.
|
||||
* @param x TODO
|
||||
* @param y TODO
|
||||
* @param x the horizontal coordinate of the LED
|
||||
* @param y the vertical coordinate of the LED
|
||||
*/
|
||||
//% help=led/unplot weight=77
|
||||
//% blockId=device_unplot block="unplot|x %x|y %y" blockGap=8
|
||||
@ -61,8 +61,8 @@ namespace led {
|
||||
|
||||
/**
|
||||
* Get the on/off state of the specified LED using x, y coordinates. (0,0) is upper left.
|
||||
* @param x TODO
|
||||
* @param y TODO
|
||||
* @param x the horizontal coordinate of the LED
|
||||
* @param y the vertical coordinate of the LED
|
||||
*/
|
||||
//% help=led/point weight=76
|
||||
//% blockId=device_point block="point|x %x|y %y"
|
||||
|
Reference in New Issue
Block a user