Firmware
Functions | Variables
meas_airspeed_sim Namespace Reference

Local functions in support of the shell command. More...

Functions

int start (int i2c_bus)
 Start the driver. More...
 
int stop ()
 Stop the driver. More...
 
int test ()
 Perform some basic functional tests on the driver; make sure we can collect data from the sensor in polled and automatic modes.
 
int reset ()
 Reset the driver. More...
 
int info ()
 Print a little info about the driver. More...
 

Variables

MEASAirspeedSimg_dev = nullptr
 

Detailed Description

Local functions in support of the shell command.

Function Documentation

§ info()

int meas_airspeed_sim::info ( )

Print a little info about the driver.

Print a little info about the driver.

§ reset()

int meas_airspeed_sim::reset ( )

Reset the driver.

Reset the driver.

§ start()

int meas_airspeed_sim::start ( int  i2c_bus)

Start the driver.

This function call only returns once the driver is up and running or failed to detect the sensor.

§ stop()

int meas_airspeed_sim::stop ( )

Stop the driver.

Stop the driver.