mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_HAL_ChibiOS: Add defaults.parm for CubeOrange and CubeYellow
This commit is contained in:
parent
c733e1b1a2
commit
21f6695acd
11
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/defaults.parm
Normal file
11
libraries/AP_HAL_ChibiOS/hwdef/CubeOrange/defaults.parm
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# setup correct defaults for battery monitoring for cube power brick
|
||||||
|
BATT2_CURR_PIN 14
|
||||||
|
BATT2_VOLT_PIN 13
|
||||||
|
BATT_AMP_PERVLT 39.877
|
||||||
|
BATT_VOLT_MULT 12.02
|
||||||
|
BATT2_AMP_PERVLT 39.877
|
||||||
|
BATT2_VOLT_MULT 12.02
|
||||||
|
# setup ADSB
|
||||||
|
ADSB_ENABLE 1
|
||||||
|
SERIAL5_BAUD 57
|
||||||
|
SERIAL5_PROTOCOL 1
|
7
libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/defaults.parm
Normal file
7
libraries/AP_HAL_ChibiOS/hwdef/CubeYellow/defaults.parm
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# setup correct defaults for battery monitoring for cube power brick
|
||||||
|
BATT2_CURR_PIN 14
|
||||||
|
BATT2_VOLT_PIN 13
|
||||||
|
BATT_AMP_PERVLT 39.877
|
||||||
|
BATT_VOLT_MULT 12.02
|
||||||
|
BATT2_AMP_PERVLT 39.877
|
||||||
|
BATT2_VOLT_MULT 12.02
|
Loading…
Reference in New Issue
Block a user