Re: [PATCH 2/2] iio: adc: hx711: Add IIO driver for AVIA HX711

2016-12-19 Thread Andreas Klinger
Hello Matt, thank you for your suggestions. See below. Matt Ranostay schrieb am Sat, 17. Dec 00:53: > On Tue, Dec 13, 2016 at 10:02 AM, Andreas Klinger wrote: > > This is the IIO driver for AVIA HX711 ADC which ist mostly used in weighting > > cells. > > First off cool that this is finally ge

Re: [PATCH 2/2] iio: adc: hx711: Add IIO driver for AVIA HX711

2016-12-17 Thread Matt Ranostay
On Tue, Dec 13, 2016 at 10:02 AM, Andreas Klinger wrote: > This is the IIO driver for AVIA HX711 ADC which ist mostly used in weighting > cells. First off cool that this is finally getting a driver... I'll have to get the SparkFun breakout and really cheap scale to test :). > > The protocol is q

Re: [PATCH 2/2] iio: adc: hx711: Add IIO driver for AVIA HX711

2016-12-13 Thread Peter Meerwald-Stadler
> This is the IIO driver for AVIA HX711 ADC which ist mostly used in weighting > cells. comments below > The protocol is quite simple and using GPIO's: GPIOs > One GPIO is used as clock (SCK) while another GPIO is read (DOUT) > > Signed-off-by: Andreas Klinger > --- > drivers/iio/adc/Kconf

[PATCH 2/2] iio: adc: hx711: Add IIO driver for AVIA HX711

2016-12-13 Thread Andreas Klinger
This is the IIO driver for AVIA HX711 ADC which ist mostly used in weighting cells. The protocol is quite simple and using GPIO's: One GPIO is used as clock (SCK) while another GPIO is read (DOUT) Signed-off-by: Andreas Klinger --- drivers/iio/adc/Kconfig | 13 +++ drivers/iio/adc/Makefile |