Brick ref topics 02 (#283)

* Add brick button topics

* Add the rest of the brick api
This commit is contained in:
Galen Nickel
2018-01-30 20:58:18 -08:00
committed by Peli de Halleux
parent 8a331648d6
commit 822227eb48
15 changed files with 307 additions and 12 deletions

View File

@ -8,8 +8,8 @@ brick.showNumber(0, 1);
## Parameters
**value**: a [number](/types/number) to show on the brick's screen.
**line**: The line number on the screen where the value is displayed. The line numbers for the screen start with line `1`.
* **value**: a [number](/types/number) to show on the brick's screen.
* **line**: The line number on the screen where the value is displayed. The line numbers for the screen start with line `1`.
## Example