upgraded download instructions to use "save as"

This commit is contained in:
Peli de Halleux
2017-03-24 07:39:59 -07:00
parent 62b4168531
commit 684646d3de
8 changed files with 37 additions and 92 deletions

View File

@ -34,7 +34,8 @@ Adding a little tape helps keeping the crocodile clips in place.
## Example: on pin pressed with random numbers
This example displays a random number every time the crocodile clip holds `GND` then connects and disconnects the `P0` pin.
Each time the crocodile clip is firmly connected and disconnected from pin `P0`, the micro:bit will return a random Number between 0 and the parameter limit.
Each time the crocodile clip is firmly connected and disconnected from pin `P0`,
the @boardname@ will return a random Number between 0 and the parameter limit.
```blocks
input.onPinPressed(TouchPin.P0, () => {