From 3ec381094edb7ecfed369b97eb1c194aea042110 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 7 Jun 2013 08:40:37 +1000 Subject: [PATCH] Copter: fix VOLT_DIVIDER docs --- ArduCopter/Parameters.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index 9b1ee0f897..909d705b3e 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -115,7 +115,7 @@ const AP_Param::Info var_info[] PROGMEM = { // @Param: VOLT_DIVIDER // @DisplayName: Voltage Divider - // @Description: Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin voltage * INPUT_VOLTS/1024 * VOLT_DIVIDER) + // @Description: Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_DIVIDER). For the 3DR Power brick, this should be set to 10.1. For the PX4 using the PX4IO power supply this should be set to 1. // @User: Advanced GSCALAR(volt_div_ratio, "VOLT_DIVIDER", VOLT_DIV_RATIO),