NeoBirth / accelerometer.rs

Generic Rust accelerometer support, including traits and types for taking readings from 2 or 3-axis accelerometers
Apache License 2.0
26 stars 10 forks source link

Add stk8ba58 crate to supported list #68

Closed Slushee-a closed 8 months ago

Slushee-a commented 8 months ago

I made the stk8ba58 crate implementing the accelerometer.rs traits, and I'm requesting to add it to the list of supported driver crates.

Not all the functionality of the accelerometer is implemented yet, although I plan to update it soon.

tarcieri commented 8 months ago

Thanks!