gpiozero
gpiozero copied to clipboard
ADCBoard
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.