PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "parameters.h"
#include <px4_platform_common/log.h>
#include <px4_platform_common/px4_config.h>
#include <drivers/drv_adc.h>
Go to the source code of this file.
Namespaces | |
battery_status | |
Functions | |
void | battery_status::initialize_parameter_handles (ParameterHandles ¶meter_handles) |
initialize ParameterHandles struct More... | |
int | battery_status::update_parameters (const ParameterHandles ¶meter_handles, Parameters ¶meters) |
Read out the parameters using the handles into the parameters struct. More... | |