slightly more impressive about example
This commit is contained in:
parent
8e74965964
commit
05098252ed
@ -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):
|
You can program the micro:bit using [Blocks](/blocks) or [JavaScript](/javascript), via the [micro:bit APIs](/reference):
|
||||||
|
|
||||||
```blocks
|
```blocks
|
||||||
basic.showString("Hi!");
|
input.onButtonPressed(Button.A, () => {
|
||||||
|
basic.showString("Hi!");
|
||||||
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compile and Flash: Your Program!
|
## Compile and Flash: Your Program!
|
||||||
|
Loading…
Reference in New Issue
Block a user