PX4 Firmware
PX4 Autopilot Software http://px4.io
temperature_calibration.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int run_temperature_calibration (bool accel, bool baro, bool gyro)
 start temperature calibration in a new task for one or multiple sensors More...
 

Function Documentation

◆ run_temperature_calibration()

int run_temperature_calibration ( bool  accel,
bool  baro,
bool  gyro 
)

start temperature calibration in a new task for one or multiple sensors

Returns
0 on success, <0 error otherwise

Definition at line 356 of file task.cpp.

References temperature_calibration::instance, TemperatureCalibration::start(), and TemperatureCalibration::TemperatureCalibration().

Referenced by events::SendEvent::process_commands().

Here is the call graph for this function:
Here is the caller graph for this function: