From 6de6a73089a2c76a6172f956596c81e41004a44d Mon Sep 17 00:00:00 2001 From: Pierre-A Date: Sat, 15 Nov 2014 10:18:55 +0100 Subject: [PATCH] Update CC3D documentation --- docs/Board - CC3D.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Board - CC3D.md b/docs/Board - CC3D.md index a6daee27a..1b79324d9 100644 --- a/docs/Board - CC3D.md +++ b/docs/Board - CC3D.md @@ -11,7 +11,7 @@ The board has a USB port directly connected to the processor. Other boards like have an on-board USB to uart adapter which connect to the processor's serial port instead. Currently there is no support for virtual com port functionality on the CC3D which means that cleanflight -does not currently use the USB socket at all. +does not currently use the USB socket at all. So the communication with the board is achieved through a USB-UART adaptater connected to the Main port. The board cannot current be used for hexacopters/octocopters. @@ -26,11 +26,11 @@ The 8 pin RC_Input connector has the following pinouts when used in RX_PPM/RX_SE | 1 | Ground | | | 2 | +5V | | | 3 | PPM Input | Enable `feature RX_PPM` | -| 4 | Unused | | +| 4 | Softserial1 TX | Enable `feature SOFTSERIAL` | | 5 | Softserial1 RX | Enable `feature SOFTSERIAL` | -| 6 | Softserial1 TX | Enable `feature SOFTSERIAL` | +| 6 | Current | Enable `feature CURRENT_METER`. Connect to the output of a current sensor, 0v-3.3v input | | 7 | Battery Voltage sensor | Enable `feature VBAT`. Connect to main battery using a voltage divider, 0v-3.3v input | -| 8 | Current | Enable `feature CURRENT_METER`. Connect to the output of a current sensor, 0v-3.3v input | +| 8 | RSSI | Enable `feature RSSI_ADC`. Connect to the output of a PPM-RSSI conditioner, 0v-3.3v input | The 6 pin RC_Output connector has the following pinouts when used in RX_PPM/RX_SERIAL mode