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

Reply via email to