index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
adxl345.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-2
/
+7
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-64
/
+140
*
adxl345: Allow read and write 127 register address
MRX8024
2025-04-03
1
-2
/
+2
*
adxl345: Fix read_axes_map() for non-adxl345 accelerometers
Kevin O'Connor
2024-04-29
1
-4
/
+4
*
bulk_sensor: Rework ChipClockUpdater class into FixedFreqReader
Kevin O'Connor
2024-04-20
1
-20
/
+10
*
bulk_sensor: Refactor ChipClockUpdater constructor
Kevin O'Connor
2024-04-20
1
-9
/
+5
*
adxl345: Move sample timestamp calculation to reusable code
Kevin O'Connor
2024-04-20
1
-30
/
+18
*
sensor_adxl345: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-10
/
+6
*
bulk_sensor: Don't assume chip_clock is zero on start of queries
Kevin O'Connor
2024-01-19
1
-1
/
+1
*
sensor_bulk: New C file with helper code for sending bulk sensor measurements
Kevin O'Connor
2024-01-19
1
-22
/
+6
*
sensor_adxl345: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-6
/
+2
*
bulk_sensor: Simplify the registration of internal clients in BatchBulkHelper
Kevin O'Connor
2023-12-26
1
-20
/
+23
*
bulk_sensor: Rework APIDumpHelper() to BatchBulkHelper()
Kevin O'Connor
2023-12-26
1
-18
/
+14
*
bulk_sensor: New add_mux_endpoint() helper function in APIDumpHelper
Kevin O'Connor
2023-12-26
1
-7
/
+3
*
bulk_sensor: Move APIDumpHelper() from motion_report.py to bulk_sensor.py
Kevin O'Connor
2023-12-26
1
-2
/
+2
*
adxl345: Add a read_axes_map() helper function
Kevin O'Connor
2023-12-26
1
-6
/
+10
*
adxl345: No need to implement is_measuring()
Kevin O'Connor
2023-12-26
1
-9
/
+0
*
bulk_sensor: Add new ChipClockUpdater helper class
Kevin O'Connor
2023-12-26
1
-30
/
+10
*
bulk_sensor: Add new BulkDataQueue class
Kevin O'Connor
2023-12-26
1
-16
/
+5
*
bulk_sensor: New file with helper code for reading bulk sensors
Kevin O'Connor
2023-12-26
1
-51
/
+6
*
adxl345: Simplify sequence and limit_count upconversion
Kevin O'Connor
2023-12-10
1
-11
/
+7
*
adxl345: Apply correct scaling for X,Y and Z axes
Dmitry Butyugin
2022-10-25
1
-3
/
+4
*
mpu9250: Use adxl345.AccelCommandHelper directly
Kevin O'Connor
2022-06-20
1
-17
/
+20
*
mpu9250: Use adxl345.AccelQueryHelper directly
Kevin O'Connor
2022-06-20
1
-2
/
+2
*
adxl345: Renamed decode_samples and fixed/added checks on empty data
Dmitry Butyugin
2021-10-13
1
-4
/
+27
*
adxl345: Expanded invalid adxl345 id message
Dmitry Butyugin
2021-10-06
1
-2
/
+5
*
adxl345: Renamed debug commands to fix their parsing by Klipper
Dmitry Butyugin
2021-10-06
1
-10
/
+10
*
adxl345: Allow multiple simultaneous clients
Kevin O'Connor
2021-08-30
1
-12
/
+1
*
adxl345: Change default chip name from "default" to "adxl345"
Kevin O'Connor
2021-08-30
1
-8
/
+4
*
adxl345: Compress each sample from 6 bytes to 5 bytes
Kevin O'Connor
2021-08-30
1
-15
/
+29
*
adxl345: Implement timing via new adxl345_status messages
Kevin O'Connor
2021-08-30
1
-78
/
+125
*
adxl345: Support querying accelerometer data from webhooks interface
Kevin O'Connor
2021-08-30
1
-63
/
+109
*
adxl345: Add new start_internal_client() function and use in callers
Kevin O'Connor
2021-08-30
1
-22
/
+36
*
adxl345: Always initialize device on start_measurements() call
Kevin O'Connor
2021-08-30
1
-15
/
+7
*
adxl345: Move g-code commands to new helper class
Kevin O'Connor
2021-08-30
1
-91
/
+79
*
adxl345: Use config.getlist() for axes_map config option
Kevin O'Connor
2021-08-21
1
-2
/
+2
*
adxl345: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
1
-5
/
+5
*
adxl345: Verify the register writes, added debug adxl345 commands
Dmitry Butyugin
2021-04-24
1
-20
/
+75
*
adxl345: Add accelerometer chip name to the raw data file name
Dmitry Butyugin
2021-02-02
1
-6
/
+9
*
resonance_tester: Resonance testing and input shaper auto-calibration (#3381)
Dmitry Butyugin
2020-10-14
1
-27
/
+73
*
adxl345: Add support for adxl345 accelerometer
Kevin O'Connor
2020-09-05
1
-0
/
+225