AP_BattMonitor: add default PM definitions for Navio boards

As it turns out we haven't had default PM defs for power modules
intended to be used with Navio boards.
This commit is contained in:
Georgii Staroselskii 2016-12-01 15:32:11 +03:00 committed by Tom Pittenger
parent 128b4562a5
commit e735a56c82

View File

@ -58,6 +58,12 @@
# define AP_BATT_VOLTDIVIDER_DEFAULT 10.1f
# define AP_BATT_CURR_AMP_PERVOLT_DEFAULT 17.0f
#elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX && (CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_NAVIO || CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_NAVIO2)
# define AP_BATT_VOLT_PIN 2
# define AP_BATT_CURR_PIN 3
# define AP_BATT_VOLTDIVIDER_DEFAULT 11.3f
# define AP_BATT_CURR_AMP_PERVOLT_DEFAULT 17.0f
#else
# define AP_BATT_VOLT_PIN -1
# define AP_BATT_CURR_PIN -1