bme280-rs icon indicating copy to clipboard operation
bme280-rs copied to clipboard

Use eHAL =1.0.0-rc.3 and fix async

Open markszente opened this issue 6 months ago • 0 comments

This PR does the following:

  • Upgrades embedded-hal and embedded-hal-async to =1.0.0-rc.3
  • Fixes async build
  • SPI: use SpiDevice exclusively
  • Incorporates #28 by applying its changes to the current HAL version (closes #28)

markszente avatar Dec 29 '23 11:12 markszente