| 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 void startTransmission( const byte * buffer, byte byteCount ); 00065 void continueTransmission( const byte * buffer, byte byteCount ); 00067 void waitForTransmission(); 00069 void stopTransmission(); 00070 00071 00072 00073 #endif 00074
Generated on Fri Aug 8 11:03:16 2008 for AVR411 Secure Rolling Code Algorithm (Transmitter) by 1.4.7
|