adafruit / Adafruit_CircuitPython_ADXL34x

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

Setting offsets #20

Closed jakobfriis closed 4 years ago

jakobfriis commented 4 years ago

Will the library be updated to allow setting the offsets of each axis ?

_REG_OFSX = const(0x1E) # X-axis offset _REG_OFSY = const(0x1F) # Y-axis offset _REG_OFSZ = const(0x20) # Z-axis offset

tannewt commented 4 years ago

We have no plans to. Why do you need these?

evaherrada commented 4 years ago

Closing due to inactivity