mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
AP_WindVane: fix ADC scaling on IOMCU
This commit is contained in:
parent
ba9381f40c
commit
0b2ebfefda
@ -46,7 +46,7 @@ const AP_Param::GroupInfo AP_WindVane::var_info[] = {
|
|||||||
|
|
||||||
// @Param: DIR_V_MIN
|
// @Param: DIR_V_MIN
|
||||||
// @DisplayName: Wind vane voltage minimum
|
// @DisplayName: Wind vane voltage minimum
|
||||||
// @Description: Minimum voltage supplied by analog wind vane
|
// @Description: Minimum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V.
|
||||||
// @Units: V
|
// @Units: V
|
||||||
// @Increment: 0.01
|
// @Increment: 0.01
|
||||||
// @Range: 0 5.0
|
// @Range: 0 5.0
|
||||||
@ -55,7 +55,7 @@ const AP_Param::GroupInfo AP_WindVane::var_info[] = {
|
|||||||
|
|
||||||
// @Param: DIR_V_MAX
|
// @Param: DIR_V_MAX
|
||||||
// @DisplayName: Wind vane voltage maximum
|
// @DisplayName: Wind vane voltage maximum
|
||||||
// @Description: Maximum voltage supplied by analog wind vane
|
// @Description: Maximum voltage supplied by analog wind vane. When using pin 103, the maximum value of the parameter is 3.3V.
|
||||||
// @Units: V
|
// @Units: V
|
||||||
// @Increment: 0.01
|
// @Increment: 0.01
|
||||||
// @Range: 0 5.0
|
// @Range: 0 5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user