gpiozero icon indicating copy to clipboard operation
gpiozero copied to clipboard

ADCBoard

Open lurch opened this issue 9 years ago • 0 comments

As discussed here the current ADC classes would fit in better with the rest of GpioZero if they were instead implemented as a single ADCBoard per physical chip (i.e. a CompositeDevice subclass), with each channel of the ADC then being an attribute on the ADCBoard object. The exisiting ADC classes (and the 'shared' SPI stuff) should then be deprecated.

lurch avatar Sep 07 '16 11:09 lurch