VersBinarii / bme280-rs

A platform agnostic Rust driver for the Bosch BM[PE]-280
Other
59 stars 73 forks source link

Fix soft_reset startup time #39

Open Remmirad opened 4 months ago

Remmirad commented 4 months ago

Changes delay_ns to delay_ms in lib::AsyncBME280Common::soft_reset to actually make the startup delay 2 ms as stated in the comment. 2ns is definitely to short.

kbleeke commented 4 months ago

This fixed #38 for me. Tested on rp-pico with embassy async i2c