rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Variables
lps25.cpp File Reference

Detailed Description

Driver for the ST LPS25HB pressure sensor.

At the moment uses bit-banged I2C driver

Date
February 6, 2020
Author
Matthew Kennedy, (c) 2020

Definition in file lps25.cpp.

Variables

static constexpr uint8_t addr = 0x5C
 
static constexpr uint8_t expectedWhoAmILps22 = 0xB1
 
static constexpr uint8_t expectedWhoAmILps25 = 0xBD
 

Variable Documentation

◆ addr

constexpr uint8_t addr = 0x5C
staticconstexpr

Definition at line 15 of file lps25.cpp.

◆ expectedWhoAmILps22

constexpr uint8_t expectedWhoAmILps22 = 0xB1
staticconstexpr

Definition at line 16 of file lps25.cpp.

Referenced by Lps25::init().

◆ expectedWhoAmILps25

constexpr uint8_t expectedWhoAmILps25 = 0xBD
staticconstexpr

Definition at line 17 of file lps25.cpp.

Referenced by Lps25::init().

Go to the source code of this file.