Firmware
Classes | Functions | Variables
bmp280 Namespace Reference

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

Classes

struct  bmp280_bus_option
 
struct  calibration_s
 
struct  data_s
 
struct  fcalibration_s
 
class  IBMP280
 

Functions

bool start_bus (struct bmp280_bus_option &bus)
 Start the driver.
 
struct bmp280_bus_optionfind_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.
 

Variables

struct bmp280::bmp280_bus_option bus_options []
 

Detailed Description

Local functions in support of the shell command.

Function Documentation

§ start()

void bmp280::start ( enum BMP280_BUS  busid)

Start the driver.

This function call only returns once the driver is either successfully up and running or failed to start.

Variable Documentation

§ bus_options

struct bmp280::bmp280_bus_option bmp280::bus_options[]
Initial value:
= {
}