Bmp280 Driver TivaC
Driver for weather sensor BMP280 for TivaC MCU
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 BMP280_Drv.cDriver files, contain the top layer of the BMP280 API, contains ideally no I2C or SPI specific stuffs
 BMP280_Utils.cUtils files contain helper functions for BMP280_Drv.c files as well as the glues to work with I2C and SPI specific stuffs
 BMP280_Ware.cContain API adapted from Bosch official source code
 main.cUsed for testing and also serve as an example
 TivaC_I2C.cContain main I2C functions for TIvaC