adc.h
Default mainpageat91libperipheralsadcadc.h
Description Overview  
Description
Purpose
Interface for configuration the Analog-to-Digital Converter (ADC) peripheral.

Usage
  1. Configurate the pins for ADC
  2. Initialize the ADC with ADC_Initialize().
  3. Select the active channel using ADC_EnableChannel()
  4. Start the conversion with ADC_StartConversion()