diff --git a/640.md b/640.md index 5fffbd4..089748c 100644 --- a/640.md +++ b/640.md @@ -188,6 +188,12 @@ Once you have your RC receiver connected to the board and bound (linked) to yur ![640 RC receiver](/images/rc640.png) +## 640 Pinout + +The pins used by the 640 board are shown in the diagram below. All GND pins are linked so have all been marked. + +![640 Pinout](/images/640pinout.png) + # Programming the 640 ## Installing the Python libraries diff --git a/escape.md b/escape.md index badf48f..0545d82 100644 --- a/escape.md +++ b/escape.md @@ -201,10 +201,16 @@ The RC receiver is connected to the 3-pin connector on the far left of the board Once you have your RC receiver connected to the board and bound (linked) to yur RC transmitter, you should run the C++ PPM decoder example code ([below](#programming-the-escape-installing-the-c-libraries)) to make sure that the signals are being received correctly. -![EScape RC receiver](/images/rcescape.png) +![ESCAPE RC receiver](/images/rcescape.png) ## Advanced setup +## ESCAPE Pinout + +The pins used by the ESCAPE board are shown in the diagram below. All GND pins are linked so have all been marked. + +![ESCAPE Pinout](/images/escapepinout.png) + # Programming the ESCAPE ## Installing the Python libraries diff --git a/images/640pinout.png b/images/640pinout.png new file mode 100644 index 0000000..3e38ba1 Binary files /dev/null and b/images/640pinout.png differ diff --git a/images/escapepinout.png b/images/escapepinout.png new file mode 100644 index 0000000..dea22e1 Binary files /dev/null and b/images/escapepinout.png differ