slightly more impressive about example

This commit is contained in:
Peli de Halleux 2016-07-21 15:32:59 -07:00
parent 8e74965964
commit 05098252ed
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ Learn about the [hardware components](/device) of the micro:bit to make the most
You can program the micro:bit using [Blocks](/blocks) or [JavaScript](/javascript), via the [micro:bit APIs](/reference):
```blocks
basic.showString("Hi!");
input.onButtonPressed(Button.A, () => {
basic.showString("Hi!");
})
```
## Compile and Flash: Your Program!