eldruin / lsm303agr-rs

Platform agnostic Rust driver for the LSM303AGR ultra-compact high-performance eCompass module: ultra-low-power 3D accelerometer and 3D magnetometer
Apache License 2.0
18 stars 14 forks source link

Update to embedded-hal 1.0. #28

Closed qwandor closed 9 months ago

qwandor commented 9 months ago

Most notably, embedded-hal now distinguishes between SPI buses and devices. an SpiDevice implementation manages the CS pin itself, so we don't need to do so manually anymore.

eldruin commented 8 months ago

For the record, I have released this in the 1.0.0 release

qwandor commented 8 months ago

Thanks!