Closed bernii closed 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 ;-)
embedded-hal 0.2
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.
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 ;-)