reboot step

This commit is contained in:
shrkey
2016-10-29 22:08:38 +01:00
parent 2b2055a905
commit 519b505106
3 changed files with 14 additions and 2 deletions

4
640.md
View File

@@ -150,6 +150,10 @@ This time when you are returned to the main menu, move down to the *Finish* opti
You have now enabled the interfaces you need to use your board.
## Reboot your Pi
Once you have enabled the interfaces you will need to reboot your Raspberry Pi so that the required libraries can be loaded. This is an important step and your code won't run correctly without it.
# Wiring up the 640 board
Now that we have your 640 board and Raspberry Pi setup, it's time to connect some motors and servos to it.

View File

@@ -40,7 +40,7 @@ The power connection should accept 5v DC - the power you connect here is isolate
### Expansion area
![640 Motors](/images/escape-expansionarea.png)
![ESCAPE Expansion](/images/escape-expansionarea.png)
This area to the right of the board is for adding extra expansion boards to increase the functionality available to you. For more information on adding expansion boards [look here](/expansionadding.html)
@@ -176,6 +176,10 @@ This time when you are returned to the main menu, move down to the *Finish* opti
You have now enabled the interfaces you need to use your board.
## Reboot your Pi
Once you have enabled the interfaces you will need to reboot your Raspberry Pi so that the required libraries can be loaded. This is an important step and your code won't run correctly without it.
# Wiring up the ESCAPE board
Now that we have your ESCAPE board and Raspberry Pi setup, it's time to connect some motors and servos to it.

View File

@@ -66,4 +66,8 @@ Now we'll need to enable the SPI interface, so move down to the *SPI* menu and p
When you are returned to the main menu, move down to the *Finish* option (pressing the right arrow key twice will get you there) and press enter.
You have now enabled the interface you need to use your board.
You have now enabled the interface you need to use your board.
## Reboot your Pi
Once you have enabled the interfaces you will need to reboot your Raspberry Pi so that the required libraries can be loaded. This is an important step and your code won't run correctly without it.