bme280-rs
bme280-rs copied to clipboard
Fix soft_reset startup time
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.
This fixed #38 for me. Tested on rp-pico with embassy async i2c