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
181 B
Plaintext
8 lines
181 B
Plaintext
# Base config file for STM32F042 ARM processor
|
|
CONFIG_MACH_STM32=y
|
|
CONFIG_MACH_STM32F042=y
|
|
CONFIG_WANT_SOFTWARE_I2C=n
|
|
CONFIG_WANT_LIS2DW=n
|
|
CONFIG_WANT_LDC1612=n
|
|
CONFIG_WANT_HX71X=n
|