fix bmp288 and stub in hdc1080
Some checks failed
Documentation / build (push) Successful in 4s
Build / build (ubuntu-22.04) (push) Failing after 18s
Build / build (macos-12) (push) Has been cancelled
Build / build (windows-2022) (push) Has been cancelled
Build / build (macos-14) (push) Has been cancelled

This commit is contained in:
2024-04-24 00:25:40 -06:00
parent a02a1c2641
commit a004d2526a
2 changed files with 60 additions and 15 deletions

View File

@ -160,9 +160,14 @@
compatible = "bosch,bmp388";
reg = <0x76>;
int-gpios = <&gpio0 27 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
odr = "1.563";
// odr = "1.563";
osr-press = <1>;
};
hdc1080: hdc1080@40 {
compatible = "ti,hdc20xx"; // FIXME: add proper support for this part. Hopefully these parts are close enough
reg = <0x40>;
};
};
&spi1 {