|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <px4_platform_common/px4_config.h>#include <px4_platform_common/log.h>#include <stdint.h>#include <cstdlib>#include "esc_rpm.hpp"Go to the source code of this file.
Functions | |
| static void | print_usage () |
| __EXPORT int | rpm_main (int argc, char *argv[]) |
|
static |
Definition at line 42 of file esc_rpm.cpp.
References rpm_main().
Referenced by rpm_main().
| int rpm_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 49 of file esc_rpm.cpp.
References print_usage().
Referenced by print_usage().