rusEFI
The most advanced open source ECU
|
Driver for the ST LPS25HB pressure sensor.
At the moment uses bit-banged I2C driver
Definition in file lps25.cpp.
Variables | |
static constexpr uint8_t | addr = 0x5C |
static constexpr uint8_t | expectedWhoAmILps22 = 0xB1 |
static constexpr uint8_t | expectedWhoAmILps25 = 0xBD |
|
staticconstexpr |
Definition at line 16 of file lps25.cpp.
Referenced by Lps25::init().
|
staticconstexpr |
Definition at line 17 of file lps25.cpp.
Referenced by Lps25::init().