hayee
Joined: 05 Sep 2007 Posts: 252
|
Setting Channel No in Ember Zigbee |
Posted: Sat Aug 22, 2009 12:40 am |
|
|
Hi,
I want to set channel Id through DIP switch.There are 16 channel available in Ember Zigbee. I will use four pins of microcontroller and read the pins and according to the pin's status I will select the desired channel.
But the problem is that Channel is selected at the top of the program by using this command:
Code: | #define APP_CHANNEL 0x0B |
and then em260.h is loaded to confirm this setting.
My question is where do I define my particular settings for channel selection? |
|