mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 17:30:35 +08:00
fmurt1062-v1:Set BAT ADC scaling
This commit is contained in:
committed by
Daniel Agar
parent
a223899e3e
commit
08ac209674
@@ -273,8 +273,8 @@
|
||||
|
||||
/* Define Battery 1 Voltage Divider and A per V */
|
||||
|
||||
#define BOARD_BATTERY1_V_DIV (18.1f) /* measured with the provided PM board */
|
||||
#define BOARD_BATTERY1_A_PER_V (36.367515152f)
|
||||
#define BOARD_BATTERY1_V_DIV (10.1097f) /* measured with the provided PM board */
|
||||
#define BOARD_BATTERY1_A_PER_V (15.391030303f)
|
||||
|
||||
/* HW has to large of R termination on ADC todo:change when HW value is chosen */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user