Expand description
Interfaces for analog to digital converter peripherals.
Traitsยง
- Adc
 - Simple interface for reading an ADC sample on any channel.
 - AdcChannel
 - AdcHigh
Speed  - Interface for continuously sampling at a given frequency on a channel. Requires the AdcSimple interface to have been implemented as well.
 - Client
 - Trait for handling callbacks from simple ADC calls.
 - High
Speed Client  - Trait for handling callbacks from high-speed ADC calls.