It would be useful to have an async variant of the Accelerometer / RawAccelerometer trait, for platforms that support async operations.
Example: https://github.com/diondokter/lis3dh-rs-async is an async fork of lis3dh-rs. Only the sync version of the crate implements accelerometer traits, causing the two crates to diverge more than they need to.
It would be useful to have an async variant of the Accelerometer / RawAccelerometer trait, for platforms that support async operations.
Example: https://github.com/diondokter/lis3dh-rs-async is an async fork of lis3dh-rs. Only the sync version of the crate implements
accelerometertraits, causing the two crates to diverge more than they need to.