|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "MS5525.hpp"Go to the source code of this file.
Namespaces | |
| ms5525_airspeed | |
Functions | |
| __EXPORT int | ms5525_airspeed_main (int argc, char *argv[]) |
| int | ms5525_airspeed::start () |
| Attempt to start driver on all available I2C busses. More... | |
| int | ms5525_airspeed::start_bus (uint8_t i2c_bus) |
| Start the driver on a specific bus. More... | |
| int | ms5525_airspeed::stop () |
| Stop the driver. More... | |
| int | ms5525_airspeed::reset () |
| Reset the driver. More... | |
| static void | ms5525_airspeed_usage () |
Variables | |
| MS5525 * | ms5525_airspeed::g_dev = nullptr |
| int ms5525_airspeed_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 173 of file MS5525_main.cpp.
References ms5525_airspeed_usage(), PX4_I2C_BUS_DEFAULT, ms5525_airspeed::reset(), ms5525_airspeed::start(), ms5525_airspeed::start_bus(), and ms5525_airspeed::stop().
|
static |
Definition at line 162 of file MS5525_main.cpp.
References PX4_I2C_BUS_DEFAULT.
Referenced by ms5525_airspeed_main().