aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/adxl345.py
Commit message (Collapse)AuthorAgeFilesLines
* adxl345: Add accelerometer chip name to the raw data file nameDmitry Butyugin2021-02-021-6/+9
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-27/+73
| | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* adxl345: Add support for adxl345 accelerometerKevin O'Connor2020-09-051-0/+225
Add support for taking measurements from an adxl345 accelerometer via SPI interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>