| Remote Access Control | |||||
00001 // This file has been prepared for Doxygen automatic documentation generation. 00054 #ifndef COMMS_H 00055 #define COMMS_H 00056 00057 #include "common.h" 00058 #include "config.h" 00059 00060 00061 00063 bool initReceiver(void); 00065 void enableReception( byte messageSize ); 00067 bool messageComplete(void); 00069 byte messageBytesReceived(void); 00071 bool receiverTimedOut(void); 00072 00073 00074 00075 #endif 00076
Generated on Fri Aug 8 11:03:47 2008 for AVR411 Secure Rolling Code Algorithm (Receiver) by 1.4.7
|