Go to the documentation of this file.00001
00002 #ifndef DELAY_FLAG
00003 #define DELAY_FLAG
00004
00015 void delay_ms (int value_ms);
00016
00017
00027 void delay_s (unsigned char value_s);
00028
00029
00041 void setQuartz (unsigned char frequency);
00042
00043
00044 #endif