adxl345: Change default chip name from "default" to "adxl345"

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2021-08-23 13:56:01 -04:00
parent 22167f9510
commit 404b64fd62
3 changed files with 10 additions and 10 deletions

View file

@ -8,6 +8,10 @@ All dates in this document are approximate.
## Changes
20210830: The default adxl345 name is now "adxl345". The default CHIP
parameter for the `ACCELEROMETER_MEASURE` and `ACCELEROMETER_QUERY` is
now also "adxl345".
20210830: The adxl345 ACCELEROMETER_MEASURE command no longer supports
a RATE parameter. To alter the query rate, update the printer.cfg
file and issue a RESTART command.