aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/load_cell.py
Commit message (Collapse)AuthorAgeFilesLines
* load_cell: Don't start sensor on startupKevin O'Connor2024-07-311-8/+0
| | | | | | Also, don't report an empty status. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* ads1220: Add ADS1220 bulk sensor to load_cellGareth Farrington2024-07-311-0/+2
| | | | | | Add support for the ADS1220 as an alternative to HX71x that supports SPI and higher sample rates. Signed-off-by: Gareth Farrington <gareth@waves.ky>
* hx71x: Load Cell Skeleton and HX71x bulk ADCGareth Farrington2024-07-311-0/+36
* 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>