Browse Source

hwdef:PixracerPro - Fix analog volt pin assignments

copter407
Phillip Kocmoud 4 years ago committed by Randy Mackay
parent
commit
44fb4b5e67
  1. 4
      libraries/AP_HAL_ChibiOS/hwdef/mRoPixracerPro/hwdef.dat

4
libraries/AP_HAL_ChibiOS/hwdef/mRoPixracerPro/hwdef.dat

@ -233,8 +233,8 @@ define HAL_OS_FATFS_IO 1 @@ -233,8 +233,8 @@ define HAL_OS_FATFS_IO 1
# Now setup the default battery pins driver analog pins and default
# scaling for the power brick.
define HAL_BATT_VOLT_PIN 2
define HAL_BATT_CURR_PIN 3
define HAL_BATT_VOLT_PIN 14
define HAL_BATT_CURR_PIN 15
define HAL_BATT_VOLT_SCALE 10.1
define HAL_BATT_CURR_SCALE 17.0

Loading…
Cancel
Save