AdcΒΆ
All analog voltages have to go through an ADC at some point to enter the digital world. Often ADCs appear as
multi-channel devices that sample several channels at once. Thus the ADC itself and its channels are represented
by seperate classes. The ADC
class provides a ADC.measure()
function to sample all channels at once
while the ADCChannel
provides a ADCChannel.measure()
method to extract only a single channel from the
ADC.
Available Classes