Fix bmp388 spi (and add BMP390) (#13458)
commit0f109c8d0b125720d44d5c80ec153b5291a7400f
authorPetr Ledvina <ledvinap@gmail.com>
Tue, 19 Mar 2024 10:11:53 +0000 (19 11:11 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 10:11:53 +0000 (19 11:11 +0100)
treebe7901b9ee4f8ec1fe31532b6c49ae8b481df2cd
parent84d54051f17171a13d509c1e7e4bfedeb2884b35
Fix bmp388 spi (and add BMP390) (#13458)

* Fix BMP388-SPI

SPI read returns dummy byte first when reading. Discard this byte on
SPI reads

* BMP388 - add supprot for BMP390

* fixup! Fix BMP388-SPI

---------

Co-authored-by: Petr Ledvina <ledvinap@hp124.ekotip.cz>
src/main/drivers/barometer/barometer_bmp388.c