Defines

Turn on the ADC
[ADC Macros]

Turn on the ADC. More...

Defines

#define Enable_adc()   (ADCSRA |= (1<<ADEN))

Detailed Description

Turn on the ADC.


Define Documentation

#define Enable_adc (  )    (ADCSRA |= (1<<ADEN))

Definition at line 72 of file adc_drv.h.

Referenced by ADC_Init(), and init_adc().