Searched full:hx711 (Results 1 – 5 of 5) sorted by relevance
4 $id: http://devicetree.org/schemas/iio/adc/avia-hx711.yaml#7 title: AVIA HX711 ADC chip for weight cells25 - avia,hx71162 compatible = "avia,hx711";
3 * HX711: analog to digital converter for weight sensor module94 * this is dependent on the hx711 where the datasheet tells a108 * hx711 is going in reset in hx711_cycle()315 * with the HX711, therefore val must be 0 in hx711_write_raw()480 * PD_SCK stands for power down and serial clock input of HX711 in hx711_probe()491 * DOUT stands for serial data output of HX711 in hx711_probe()553 indio_dev->name = "hx711"; in hx711_probe()601 { .compatible = "avia,hx711", },611 .name = "hx711-gpio",619 MODULE_DESCRIPTION("HX711 bitbanging driver - ADC for weight cells");[all …]
497 config HX711 config498 tristate "AVIA HX711 ADC for weight cells"503 If you say yes here you get support for AVIA HX711 ADC which is used516 called hx711.
49 obj-$(CONFIG_HX711) += hx711.o
3354 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER3358 F: Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml3359 F: drivers/iio/adc/hx711.c