|
Bmp280 Driver TivaC
Driver for weather sensor BMP280 for TivaC MCU
|
| ▼ src | |
| BMP280_Drv.c | Driver files, contain the top layer of the BMP280 API, contains ideally no I2C or SPI specific stuffs |
| BMP280_Utils.c | Utils files contain helper functions for BMP280_Drv.c files as well as the glues to work with I2C and SPI specific stuffs |
| BMP280_Ware.c | Contain API adapted from Bosch official source code |
| main.c | Used for testing and also serve as an example |
| TivaC_I2C.c | Contain main I2C functions for TIvaC |
1.8.11