Elisa3
|
00001 00002 #ifndef ADC_H 00003 #define ADC_H 00004 00023 #include "variables.h" 00024 #include <avr\io.h> 00025 #include <avr\interrupt.h> 00026 #include <string.h> 00027 #include "utility.h" 00028 #include "irCommunication.h" 00029 00030 #ifdef __cplusplus 00031 extern "C" { 00032 #endif 00033 00038 void initAdc(); 00039 00040 #ifdef __cplusplus 00041 } // extern "C" 00042 #endif 00043 00044 #endif