3 =======================
7 * Driver files information
8 * Supported sensor interface
14 - This package contains the Bosch Sensortec MEMS pressure sensor driver (sensor API)
15 - The sensor driver package includes bmp280.h, bmp280.c and bmp280_support.c files
19 - Version of bmp280 sensor driver is:
22 * bmp280_support.c - V1.0.6
26 - Integrate bmp280.h and bmp280.c file in to your project.
27 - The bmp280_support.c file contains only examples for API use cases, so it is not required to integrate into project.
29 DRIVER FILES INFORMATION
30 ===========================
33 * This header file has the register address definition, constant definitions, data type definition and supported sensor driver calls declarations.
37 * This file contains the implementation for the sensor driver APIs.
40 ----------------------
41 * This file shall be used as an user guidance, here you can find samples of
42 * Initialize the sensor with I2C/SPI communication
43 - Add your code to the SPI and/or I2C bus read and bus write functions.
44 - Return value can be chosen by yourself
45 - API just passes that value to your application code
46 - Add your code to the delay function
47 - Change I2C address accordingly in bmp280.h
48 * Power mode configuration of the sensor
49 * Get and set functions usage
50 * Reading the sensor read out data
52 SUPPORTED SENSOR INTERFACE
53 ====================================
54 - This pressure sensor driver supports I2C and SPI interfaces
59 - Copyright (C) 2012 - 2016 Bosch Sensortec GmbH