Elisa3
|
00001 00002 #ifndef PORTS_IO_H 00003 #define PORTS_IO_H 00004 00019 #include "variables.h" 00020 #include <avr\io.h> 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00031 void initPortsIO(); 00032 00033 #ifdef __cplusplus 00034 } // extern "C" 00035 #endif 00036 00037 #endif