adafruit / Adafruit_CircuitPython_ADXL34x

A CircuitPython driver for the ADXL34x family of accelerometers
MIT License
37 stars 14 forks source link

SPI support #28

Closed jmhjimenez closed 3 years ago

jmhjimenez commented 3 years ago

Hello! Is it possible with this library to use SPI connection instead of I2C? I'm planning to use 3200Hz as my data rate, but it says in the datasheet that 800Hz ODR is the limit of I2C connection due to its speed.

ladyada commented 3 years ago

nope - this library does not have SPI support. there is no plan or eta to add it!

jposada202020 commented 3 years ago

Closing for now. Thanks