aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/adxl345.py
Commit message (Expand)AuthorAgeFilesLines
* adxl345: Allow multiple simultaneous clientsKevin O'Connor2021-08-301-12/+1
* adxl345: Change default chip name from "default" to "adxl345"Kevin O'Connor2021-08-301-8/+4
* adxl345: Compress each sample from 6 bytes to 5 bytesKevin O'Connor2021-08-301-15/+29
* adxl345: Implement timing via new adxl345_status messagesKevin O'Connor2021-08-301-78/+125
* adxl345: Support querying accelerometer data from webhooks interfaceKevin O'Connor2021-08-301-63/+109
* adxl345: Add new start_internal_client() function and use in callersKevin O'Connor2021-08-301-22/+36
* adxl345: Always initialize device on start_measurements() callKevin O'Connor2021-08-301-15/+7
* adxl345: Move g-code commands to new helper classKevin O'Connor2021-08-301-91/+79
* adxl345: Use config.getlist() for axes_map config optionKevin O'Connor2021-08-211-2/+2
* adxl345: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-301-5/+5
* adxl345: Verify the register writes, added debug adxl345 commandsDmitry Butyugin2021-04-241-20/+75
* adxl345: Add accelerometer chip name to the raw data file nameDmitry Butyugin2021-02-021-6/+9
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-27/+73
* adxl345: Add support for adxl345 accelerometerKevin O'Connor2020-09-051-0/+225