Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ProfFan ProfFan released this 13 Oct 19:18
· 2 commits to main since this release

CHANGES

  • Added init_tracing example to inspect the SPI transactions happening during the initialization of the DW3000
  • Modified rx_wait to not use _unchecked and return Err when the decoding of the 802.15.4 frame fails
  • BREAKING: The library is now both sync and async compatible. The feature async can be used to enable the corresponding interfaces.
    • When async, the SPI traits are using embedded_hal_async, otherwise embedded_hal.
  • BREAKING: The delay primitives in the config function are now embedded_hal/embedded_hal_async::delay::DelayNs instead of FnMut(u32) -> Future<Output = ()>

Full Changelog: v0.9.0...v1.0.0