#include <stdint.h>
Go to the source code of this file.
Functions | |
void | ms4525_async_read (float *diff_press, float *temperature) |
void | ms4525_async_update (void) |
bool | ms4525_init (void) |
bool | ms4525_present (void) |
void ms4525_async_read | ( | float * | diff_press, |
float * | temperature | ||
) |
Definition at line 80 of file drv_ms4525.c.
void ms4525_async_update | ( | void | ) |
Definition at line 53 of file drv_ms4525.c.
bool ms4525_init | ( | void | ) |
Definition at line 40 of file drv_ms4525.c.
bool ms4525_present | ( | void | ) |
Definition at line 62 of file drv_ms4525.c.