MEGA-1284P Xplained Example Application

init.h

Go to the documentation of this file.
00001 
00039 #include "avr_compiler.h"
00040 #include "touch_api.h"
00041 
00042 // Public function declarations
00043 void io_init_terminal_mode(void);
00044 void io_init_demo_mode(void);
00045 void power_reduction_enable(void);
00046 void usart1_init(void);
00047 void adc_init(void);
00048 void timer1_lightdemo_init(void);
00049 void stop_timer1_lightdemo(void);
00050 void timer1_init(void);
00051 void touch_init(void);
00052 void qt_set_parameters(void);
00053 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines