@ -286,6 +286,9 @@ void info();
/**
* Start the driver.
*
* This function only returns if the sensor is up and running
* or could not be detected successfully.
*/
void
start(int i2c_bus)
@ -36,6 +36,7 @@
#
MODULE_COMMAND = ets_airspeed
MODULE_STACKSIZE = 2048
SRCS = ets_airspeed.cpp
MODULE_STACKSIZE = 1200
@ -420,6 +420,9 @@ void info();
* This function call only returns once the driver is up and running
* or failed to detect the sensor.
MODULE_COMMAND = meas_airspeed
SRCS = meas_airspeed.cpp