On Monday 09 July 2007 05:56:15 pm Ali Shah wrote: > Is there a sleep function in tinyos 2.x that I can call in a loop to > block execution until a certain component is free? > Thanks,
In TinyOS-2.x, a component that might have multiple 'clients' attempting to use it will generally implement an arbitration scheme via the Resource interface. Check out TEP108 for more information. _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
