ads1220: Add ADS1220 bulk sensor to load_cell

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>
This commit is contained in:
Gareth Farrington
2024-06-02 22:33:45 -07:00
committed by Kevin O'Connor
parent c0095812ff
commit 055f07c638
9 changed files with 411 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ CONFIG_WANT_SOFTWARE_I2C=n
CONFIG_WANT_SOFTWARE_SPI=n
CONFIG_WANT_LIS2DW=n
CONFIG_WANT_HX71X=n
CONFIG_WANT_ADS1220=n

View File

@@ -5,3 +5,4 @@ CONFIG_WANT_SOFTWARE_I2C=n
CONFIG_WANT_LIS2DW=n
CONFIG_WANT_LDC1612=n
CONFIG_WANT_HX71X=n
CONFIG_WANT_ADS1220=n