looks fine to me...

Search out Phil Levis's NESC manual for mucho detail
on how to use the various TOS dialext "improvements".
It might actually be on http://docs.tinyos.net/

MS

wang wei wrote:
> hi all
> i have a question about the relation between the event and call
> eg. i wanna call CC1000Control.setRFPower(0x02); but i dont know how to 
> write the event, so can i add this call to other event,eg. add to the 
> Boot.booted
> 
> event void Boot.booted(){
>     call RadioControl.start();
>     call CC1000Control.setRFPower(0x02); 
>   }
> 
> thxt
> V
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to