On Jan 23, 2007, at 8:05 AM, Randy Smith wrote:
From within a Timer.fired event handler, I need to code in a
pause, or wait,
of on the order of 10 seconds.
TOSH_uwait(uint8_t) pauses for only microseconds and overflows when
I try to
get it to pause long enough for my design. Any ideas?
You don't want to do this. It will cause the entire system to fall
apart. Everything should be nonblocking. If you want to wait 10s,
start a 10s timer and do what you need to do in its handler.
Phil
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help