tkeksa / lis2dh12

Platform-agnostic Rust driver for the LIS2DH12 accelerometer
Apache License 2.0
5 stars 8 forks source link

Update embedded-hal dependency to v1 #11

Open robamu opened 3 months ago

robamu commented 3 months ago

I'd like to use this crate to drive a sensor I have on a board, but the HAL for that crate already uses embedded-hal v1. It would be nice to update the crate dependencies to support the latest version of embedded-hal.

robamu commented 3 months ago

I tested the updated crate on the board, raw and normalized readings now seem to work with some standard settings.