|
bool | start_bus (struct bmp280_bus_option &bus) |
| Start the driver.
|
|
struct bmp280_bus_option & | find_bus (enum BMP280_BUS busid) |
| find a bus structure for a busid
|
|
void | start (enum BMP280_BUS busid) |
| Start the driver. More...
|
|
void | test (enum BMP280_BUS busid) |
| Perform some basic functional tests on the driver; make sure we can collect data from the sensor in polled and automatic modes.
|
|
void | reset (enum BMP280_BUS busid) |
| Reset the driver.
|
|
void | info () |
| Print a little info about the driver.
|
|
void | usage () |
| Prints info about the driver argument usage.
|
|
Local functions in support of the shell command.