#include "config.h"
Go to the source code of this file.
Functions | |
| U16 | Get_adc_ext_val (void) |
Definition in file audio_task.h.
| U16 Get_adc_ext_val | ( | void | ) |
Analog Channel 3 Acquisition routine (ADC)
| none |
Definition at line 192 of file audio_task.c.
References Is_adc_conv_finished, and Start_conv_channel.
00193 { 00194 Start_conv_channel(3); 00195 while (!Is_adc_conv_finished()); 00196 return (U16)(ADCL+((U16)(ADCH<<8))); 00197 }
1.5.3