From ca141d797572b60d578204fe9e2f1d340f974b66 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Jan 2015 01:05:03 +0100 Subject: [PATCH] s/[Ss]oft[Ss]erial/SoftSerial/ where appropriate --- docs/Board - CC3D.md | 6 +++--- docs/Board - Sparky.md | 2 +- docs/Serial.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Board - CC3D.md b/docs/Board - CC3D.md index 7704847bf..8b040ec55 100644 --- a/docs/Board - CC3D.md +++ b/docs/Board - CC3D.md @@ -26,8 +26,8 @@ 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 | Softserial1 TX | Enable `feature SOFTSERIAL` | -| 5 | Softserial1 RX | Enable `feature SOFTSERIAL` | +| 4 | SoftSerial1 TX | Enable `feature SOFTSERIAL` | +| 5 | SoftSerial1 RX | 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 | RSSI | Enable `feature RSSI_ADC`. Connect to the output of a PWM-RSSI conditioner, 0v-3.3v input | @@ -75,7 +75,7 @@ The 6 pin RC_Output connector has the following pinouts when used in RX_PARALLEL | 2 | USART3 | FLEX PORT | | | 3 | SoftSerial | RC connector | Pins 4 and 5 (Tx and Rx respectively) | -The Softserial port is not available when RX_PARALLEL_PWM is used. The transmission data rate is limited to 19200 baud. +The SoftSerial port is not available when RX_PARALLEL_PWM is used. The transmission data rate is limited to 19200 baud. To connect the GUI to the flight controller you need additional hardware attached to the USART1 serial port (by default). diff --git a/docs/Board - Sparky.md b/docs/Board - Sparky.md index 8a8addad6..12f324048 100644 --- a/docs/Board - Sparky.md +++ b/docs/Board - Sparky.md @@ -22,7 +22,7 @@ Tested with revision 1 board. * ADC * Sonar * Display (via Flex port) -* Softserial - though having 3 hardware serial ports makes it a little redundant. +* SoftSerial - though having 3 hardware serial ports makes it a little redundant. * Airplane PWM mappings. # Flashing diff --git a/docs/Serial.md b/docs/Serial.md index ebf99738c..7031fe3c3 100644 --- a/docs/Serial.md +++ b/docs/Serial.md @@ -78,7 +78,7 @@ set serial_port_2_scenario = 2 save ``` -b) Graupner SumD RX SERIAL and HoTT TELEMETRY via Softserial +b) Graupner SumD RX SERIAL and HoTT TELEMETRY via SoftSerial - MSP,CLI,GPS PASSTHROUGH on UART1 - RX SERIAL on UART2