Skip to content

v0.7.3

Compare
Choose a tag to compare
@adamgreig adamgreig released this 03 Jul 21:04
· 898 commits to master since this release
45e7ab7

[v0.7.3] - 2021-07-03

Fixed

  • Fixed compilation for native targets on non-x86 host systems (#336, #337).

Added

  • The Delay struct now offers direct delay_us() and delay_ms() methods
    without having to go through the embedded-hal traits (#344).