temperature chapter (#654)

* temperature chapter

* adding missing radio

* added drag fresh hex file to drive
This commit is contained in:
Peli de Halleux
2018-02-16 07:05:16 -08:00
committed by GitHub
parent 9cdf0078a7
commit dca6dba74c
10 changed files with 255 additions and 5 deletions

View File

@ -53,3 +53,13 @@ If you want to know more about connecting the board, MAINTENANCE Mode, and upgra
## Step 4: Wait for the driver updates
Once you've updated the firmware, Windows will detect the updated device and install the drivers necessary to enable communication with the @boardname@. This step happens in the background and may take a minute or two.
## Step 5: drag and drop a fresh .hex file
If you have used different editors with this board, it might require to be reseted by dragging a ``.hex`` into the drive. Click on the **Download** icon below the blocks and drag&drop the file into the @drivename@ drive.
```blocks
basic.forever(() => {
basic.showString("OK")
})
```