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
/
bulk_sensor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-1
/
+3
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-31
/
+73
*
sensor_bulk: Change maximum data size from 52 to 51 bytes
Kevin O'Connor
2024-06-10
1
-1
/
+1
*
bulk_sensor: Rename BulkDataQueue methods
Kevin O'Connor
2024-04-20
1
-6
/
+6
*
bulk_sensor: Rework ChipClockUpdater class into FixedFreqReader
Kevin O'Connor
2024-04-20
1
-13
/
+26
*
bulk_sensor: Refactor ChipClockUpdater constructor
Kevin O'Connor
2024-04-20
1
-9
/
+11
*
adxl345: Move sample timestamp calculation to reusable code
Kevin O'Connor
2024-04-20
1
-1
/
+26
*
bulk_sensor: Don't assume chip_clock is zero on start of queries
Kevin O'Connor
2024-01-19
1
-6
/
+10
*
sensor_bulk: New C file with helper code for sending bulk sensor measurements
Kevin O'Connor
2024-01-19
1
-14
/
+20
*
bulk_sensor: Fix missing logging import
Kevin O'Connor
2023-12-28
1
-1
/
+1
*
bulk_sensor: Add some module level documentation
Kevin O'Connor
2023-12-26
1
-0
/
+31
*
bulk_sensor: Simplify the registration of internal clients in BatchBulkHelper
Kevin O'Connor
2023-12-26
1
-38
/
+28
*
bulk_sensor: Rework APIDumpHelper() to BatchBulkHelper()
Kevin O'Connor
2023-12-26
1
-25
/
+28
*
bulk_sensor: Minor code reorg to _stop() in APIDumpHelper()
Kevin O'Connor
2023-12-26
1
-19
/
+19
*
bulk_sensor: New add_mux_endpoint() helper function in APIDumpHelper
Kevin O'Connor
2023-12-26
1
-10
/
+19
*
bulk_sensor: Move APIDumpHelper() from motion_report.py to bulk_sensor.py
Kevin O'Connor
2023-12-26
1
-0
/
+93
*
bulk_sensor: Add new ChipClockUpdater helper class
Kevin O'Connor
2023-12-26
1
-0
/
+48
*
bulk_sensor: Add new BulkDataQueue class
Kevin O'Connor
2023-12-26
1
-0
/
+20
*
bulk_sensor: New file with helper code for reading bulk sensors
Kevin O'Connor
2023-12-26
1
-0
/
+53