1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00
esphome/tests/components/bmp085/test.rp2040-ard.yaml

16 lines
286 B
YAML
Raw Normal View History

i2c:
- id: i2c_bmp085
scl: 5
sda: 4
sensor:
- platform: bmp085
temperature:
name: Outside Temperature
pressure:
name: Outside Pressure
filters:
- lambda: >-
return x / powf(1.0 - (x / 44330.0), 5.255);
update_interval: 15s