Hi All,

I want to set channel of iris mote online,
so I call RadioChannel.setChannel(channel);
I wonder how can I commit the changes of the radio? or I do not need to
commit the change any more ?

For CC2420 Radio, call CC2420Config.setChannel(channel);
call CC2420Config.sync();  //calling sync() will commit the changes to the
CC2420

thanks for your help!
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to