#include <ms4525.h>
|
static const uint8_t | ADDR = 0x28 |
|
Definition at line 35 of file ms4525.h.
◆ MS4525()
◆ init()
bool MS4525::init |
( |
I2C * |
_i2c | ) |
|
◆ is_initialized()
bool MS4525::is_initialized |
( |
| ) |
|
|
inline |
◆ present()
◆ read()
void MS4525::read |
( |
float * |
differential_pressure, |
|
|
float * |
temp |
|
) |
| |
◆ read_cb()
void MS4525::read_cb |
( |
uint8_t |
result | ) |
|
◆ update()
◆ ADDR
const uint8_t MS4525::ADDR = 0x28 |
|
staticprivate |
◆ buf_
◆ diff_press_
float MS4525::diff_press_ |
|
private |
◆ i2c_
I2C* MS4525::i2c_ {nullptr} |
|
private |
◆ last_update_ms_
uint32_t MS4525::last_update_ms_ |
|
private |
◆ new_data_
◆ next_update_ms_
uint32_t MS4525::next_update_ms_ |
|
private |
◆ sensor_present_
bool MS4525::sensor_present_ |
|
private |
◆ temp_
The documentation for this class was generated from the following files: