John Beale

Results 1 issues of John Beale

Line 74 of this file has a typo: https://github.com/analogdevicesinc/pyadi-iio/blob/master/adi/ad7124.py there is an extra underscore in an object member: for ch in self._ctrl._channels: should actually be for ch in self._ctrl.channels: having...