diff --git a/640.md b/640.md index 3cbdecd..3f57b8d 100644 --- a/640.md +++ b/640.md @@ -150,6 +150,15 @@ 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. +# Wiring up the 640 board + +![the 640 board](/images/only640.png) + +## Connecting Servos +## Connecting Motors +## Connecting the power +## Connecting your RC receiver + # Programming the 640 ## Installing the Python libraries diff --git a/escape.md b/escape.md index 25b80aa..02bae4e 100644 --- a/escape.md +++ b/escape.md @@ -176,6 +176,15 @@ 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. +# Wiring up the ESCAPE board + +![the ESCAPE board](/images/onlyescape.png) + +## Connecting Servos +## Connecting Motors +## Connecting the power +## Connecting your RC receiver + # Programming the ESCAPE ## Installing the Python libraries diff --git a/images/only640.png b/images/only640.png new file mode 100644 index 0000000..a4acc3d Binary files /dev/null and b/images/only640.png differ diff --git a/images/onlyescape.png b/images/onlyescape.png new file mode 100644 index 0000000..c6bca2f Binary files /dev/null and b/images/onlyescape.png differ