You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From @rednez1337 's fork https://github.com/rednaz1337/ds18b20 I have made adjustments for embedded-hal-1.0.0-rc3 in a fork at https://github.com/pdgilbert/ds18b20 and tested with the git version of stm32f4xx_hal, which has rc3 thanks to @rursprung and @burrball. My main changes to ds18b20 are to use embedded_hal::delay::DelayNs; in several places and in Cargo.toml put
FWIW, these may provide some pieces for the embedded-hal-1.0.0 jump.
Other device crates I have been checking are all using older embedded-hals thanks to stm32f4xx_hal 's magic dual support. This is the first complete embedded-hal-1.0.0-rc3 example I have been able to put together. (CI at https://github.com/pdgilbert/rust-integration-testing/actions)
The text was updated successfully, but these errors were encountered:
From @rednez1337 's fork https://github.com/rednaz1337/ds18b20 I have made adjustments for
embedded-hal-1.0.0-rc3
in a fork at https://github.com/pdgilbert/ds18b20 and tested with the git version ofstm32f4xx_hal
, which hasrc3
thanks to @rursprung and @burrball. My main changes tods18b20
are touse embedded_hal::delay::DelayNs;
in several places and inCargo.toml
putwhich @daniel-larsen has updated for
rc3
.FWIW, these may provide some pieces for the
embedded-hal-1.0.0
jump.Other device crates I have been checking are all using older
embedded-hal
s thanks tostm32f4xx_hal
's magic dual support. This is the first completeembedded-hal-1.0.0-rc3
example I have been able to put together. (CI at https://github.com/pdgilbert/rust-integration-testing/actions)The text was updated successfully, but these errors were encountered: