aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/hx71x.py
Commit message (Collapse)AuthorAgeFilesLines
* hx71x: Avoid base classes to improve python2 compatibilityKevin O'Connor2024-09-121-16/+14
| | | | | | Also, add a load_cell regression test case. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* hx71x: Update api header and docs to correctly note "value" fieldKevin O'Connor2024-08-141-2/+2
| | | | | | | Update both hx71x and ads1220 to reflect that there is a third "value" field in the reported data. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* hx71x: Load Cell Skeleton and HX71x bulk ADCGareth Farrington2024-07-311-0/+170
* Create the load_cell host module skeleton to create the sensors and start taking samples. * Add support for the HX717 and HX711 ADC sensors. Signed-off-by: Gareth Farrington <gareth@waves.ky>