| Remote Access Control | |||||
00001 // This file has been prepared for Doxygen automatic documentation generation. 00054 #ifndef TIMER_H 00055 #define TIMER_H 00056 00057 #include "common.h" 00058 #include "config.h" 00059 #include "memory.h" 00060 00061 00063 extern volatile bool shortTimeout; 00065 extern volatile bool longTimeout; 00066 00067 00068 00070 void startShortTimeout(void); 00072 void startLongTimeout(void); 00074 void stopTimer(void); 00075 00076 00077 00078 #endif 00079
Generated on Fri Aug 8 11:03:47 2008 for AVR411 Secure Rolling Code Algorithm (Receiver) by 1.4.7
|