| 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[3]; // Leave room for one appended end byte when using this buffer to transmit CRC bytes. 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:16 2008 for AVR411 Secure Rolling Code Algorithm (Transmitter) by 1.4.7
|