|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "heater.h"#include <px4_platform_common/getopt.h>#include <px4_platform_common/log.h>#include <drivers/drv_hrt.h>Go to the source code of this file.
Functions | |
| int | heater_main (int argc, char *argv[]) |
| Main entry point for the heater driver module. More... | |
Definition in file heater.cpp.
| int heater_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main entry point for the heater driver module.
IMU Heater Controller driver used to maintain consistent temparature at the IMU.
Definition at line 233 of file heater.cpp.
References main().