| AVR Z-LINKŪ | |||||
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/ 00023 #ifndef ATPARSER_H 00024 #define ATPARSER_H 00025 00026 /* === Includes ============================================================ */ 00027 /* === Typedefs ============================================================ */ 00028 /* ==== Macros ============================================================= */ 00029 #define DEVICE_TYPE_COORDINATOR 'C' 00030 #define DEVICE_TYPE_END_DEVICE 'E' 00031 /* === Static Variables ==================================================== */ 00032 00033 /* === Prototypes ========================================================== */ 00034 void handleNewCommand( void ); 00035 #endif
Generated on Sat Dec 2 16:05:51 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|