Fixing parameters

This commit is contained in:
Ron Hale-Evans
2016-07-18 11:14:51 -07:00
parent 1831c30050
commit aa6a965f59
5 changed files with 28 additions and 12 deletions

View File

@ -14,8 +14,11 @@ Use [unplot](/reference/led/unplot) to turn **off** an LED.
### Parameters
* **x** is a [number](/reference/types/number) that means the horizontal spot on the LED screen (from left to right: 0, 1, 2, 3, or 4)
* **y** is a [number](/reference/types/number) that means the vertical spot on the LED screen (from top to bottom: 0, 1, 2, 3, or 4)
* ``x`` is a [number](/reference/types/number) that means the
horizontal spot on the LED screen (from left to right: 0, 1, 2, 3,
or 4)
* ``y`` is a [number](/reference/types/number) that means the vertical
spot on the LED screen (from top to bottom: 0, 1, 2, 3, or 4)
If a parameter is [out of bounds](/reference/out-of-bounds) (a value
other than 0 to 4), then this function will do nothing.