|
Bmp280 Driver TivaC
Driver for weather sensor BMP280 for TivaC MCU
|
used for testing and also serve as an example More...
#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include "external/TivaC_Utils/include/TivaC_LED.h"#include "external/TivaC_Utils/include/TivaC_Other_Utils.h"#include "include/BMP280_Drv.h"#include "include/BMP280_Ware.h"#include "include/TivaC_I2C.h"
Macros | |
| #define | BMP280_ADDR 0x77 |
Functions | |
| int | main (void) |
used for testing and also serve as an example
1.8.11