#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | bmp280_async_read (float *pres, float *temp) |
void | bmp280_async_update (void) |
bool | bmp280_init () |
bool | bmp280_present (void) |
void | bmp280_read (float *pres, float *temp) |
void | bmp280_update (void) |
void bmp280_async_read | ( | float * | pres, |
float * | temp | ||
) |
Definition at line 180 of file drv_bmp280.c.
void bmp280_async_update | ( | void | ) |
Definition at line 163 of file drv_bmp280.c.
bool bmp280_init | ( | ) |
Definition at line 69 of file drv_bmp280.c.
bool bmp280_present | ( | void | ) |
Definition at line 64 of file drv_bmp280.c.
void bmp280_read | ( | float * | pres, |
float * | temp | ||
) |
Definition at line 140 of file drv_bmp280.c.
void bmp280_update | ( | void | ) |
Definition at line 131 of file drv_bmp280.c.