NeoBirth / ADXL343.rs

Rust ADXL343 accelerometer driver which uses I²C via embedded-hal
Apache License 2.0
7 stars 8 forks source link

Add support for SPI #36

Open lulf opened 2 years ago

lulf commented 2 years ago

I've been testing this with an ADXL345, and it "works" for me, but I've not looked much at the actual data output other than confirm it changes in the expected places depending on which axis I rotate.