esphome/tests/components/lps22
Simonas Kazlauskas 94327d9e3a lps22: add a component
LPS22HB/HH is a barometric pressure sensor. It has pretty high accuracy,
is somewhat less prone to measuring weird stuff compared to competing
chips and is reasonably widely available for purchase.

This adds a very basic one-shot based implementation for interacting
with this sensor over an I2C bus. The chip also supports communication
over SPI, but I don't have the means to test such configuration (for my
PCB is baked for I2C) as well as measuring the conditions in a automatic
mode. These are left as future extensions to the basic implementation
seen here.
2024-10-14 11:40:07 +03:00
..
common.yaml lps22: add a component 2024-10-14 11:40:07 +03:00
test.esp32-ard.yaml lps22: add a component 2024-10-14 11:40:07 +03:00
test.esp32-c3-ard.yaml lps22: add a component 2024-10-14 11:40:07 +03:00
test.esp32-c3-idf.yaml lps22: add a component 2024-10-14 11:40:07 +03:00
test.esp32-idf.yaml lps22: add a component 2024-10-14 11:40:07 +03:00
test.esp8266-ard.yaml lps22: add a component 2024-10-14 11:40:07 +03:00
test.rp2040-ard.yaml lps22: add a component 2024-10-14 11:40:07 +03:00