mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
* 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>
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
# Base config file for the ar100 CPU
|
|
CONFIG_MACH_AR100=y
|
|
CONFIG_WANT_DISPLAYS=n
|
|
CONFIG_WANT_SOFTWARE_I2C=n
|
|
CONFIG_WANT_SOFTWARE_SPI=n
|
|
CONFIG_WANT_LIS2DW=n
|
|
CONFIG_WANT_HX71X=n
|