00001
00049 #ifndef CONFIG_UART_EXTENDED
00050 #define CONFIG_UART_EXTENDED
00051
00052 #define OPERATING_CHANNEL ( 11 ) // !< Channel to transmit on. Must be between 11 and 26!
00053 #define PAN_ID ( 0xBEEF )
00054
00055
00056
00057
00058
00059
00060 #define SHORT_ADDRESS_NODE1 ( 0xBAAD )
00061
00062
00063 #define SHORT_ADDRESS_NODE2 ( 0xACDC )
00064
00065
00066 #define NODE1
00067
00068
00069 #ifdef NODE1
00070 #define SHORT_ADDRESS ( SHORT_ADDRESS_NODE1 )
00071 #define DEST_ADDRESS ( SHORT_ADDRESS_NODE2 )
00072 #else
00073 #define SHORT_ADDRESS ( SHORT_ADDRESS_NODE2 )
00074 #define DEST_ADDRESS ( SHORT_ADDRESS_NODE1 )
00075 #endif
00076
00077
00078
00079 #define RZ502
00080
00081 #define COM_RX_BUFFER_SIZE ( 118 ) //DO NOT ALTER!!!
00082 #define RX_POOL_SIZE ( 4 ) //MUST BE GREATER THAN ZERO.
00083 #endif
00084