EFM32 Jade Gecko 12 Software Documentation  efm32jg12-doc-5.1.2
D:/jenkins-slave/workspaces/Executor-0/super/hardware/kit/common/bsp/thunderboard/bosch/BMP280_driver/README.md
1 
2 CONTENTS OF THIS FILE
3 =======================
4  * Introduction
5  * Version
6  * Integration details
7  * Driver files information
8  * Supported sensor interface
9  * Copyright
10 
11 
12 INTRODUCTION
13 ===============
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
16 
17 VERSION
18 =========
19  - Version of bmp280 sensor driver is:
20  * bmp280.c - V2.0.5
21  * bmp280.h - V2.0.5
22  * bmp280_support.c - V1.0.6
23 
24 INTEGRATION DETAILS
25 =====================
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.
28 
29 DRIVER FILES INFORMATION
30 ===========================
31  bmp280.h
32  -----------
33  * This header file has the register address definition, constant definitions, data type definition and supported sensor driver calls declarations.
34 
35  bmp280.c
36  ------------
37  * This file contains the implementation for the sensor driver APIs.
38 
39  bmp280_support.c
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
51 
52 SUPPORTED SENSOR INTERFACE
53 ====================================
54  - This pressure sensor driver supports I2C and SPI interfaces
55 
56 
57 COPYRIGHT
58 ===========
59  - Copyright (C) 2012 - 2016 Bosch Sensortec GmbH
60 
61