Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load_cell: Don't start sensor on startup | Kevin O'Connor | 2024-07-31 | 1 | -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_cell | Gareth Farrington | 2024-07-31 | 1 | -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 ADC | Gareth Farrington | 2024-07-31 | 1 | -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> |