kelnos / dht-embedded-rs

Rust embedded-hal driver for DHT11 and DHT22 temperature/humidity sensors
Apache License 2.0
12 stars 7 forks source link

update to make it compatible with embedded-hal 0.2 #2

Closed bernii closed 1 year ago

bernii commented 1 year ago

I'm using dht-embedded in one of my projects - during deps update I noticed that it's not compatible with embedded-hal 0.2 so I fixed that ;-)

kelnos commented 1 year ago

It looks like you removed support for embedded-hal 1.0.0, which is not ok. If you can find a way to make it compatible with both, then I'd consider merging, but 0.2-only would be moving backward, not forward.