Re: [Tinyos-help] event and call

2008-07-14 Thread Michael Schippling
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 CC1000Co

[Tinyos-help] event and call

2008-07-14 Thread wang wei
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 CC1000C