| Remote Access Control | |||||
00001 // This file has been prepared for Doxygen automatic documentation generation. 00049 #ifndef CRC_H 00050 #define CRC_H 00051 00052 #include "common.h" 00053 00054 00055 00057 extern byte CRCReg[2]; 00058 00059 00060 00062 void initCRC(void); 00064 void calcCRC( byte nextByte ); 00065 00066 00067 00068 #endif 00069
Generated on Fri Aug 8 11:03:47 2008 for AVR411 Secure Rolling Code Algorithm (Receiver) by 1.4.7
|