Thank you!!I'll check it!

2008/6/14 Paul Stickney <[EMAIL PROTECTED]>:

> Read through an common example application.
>
> apps/Oscilloscope is a good place to start.
> You should be able to find the answer in about 5 minutes (search for
> "Timer" in OscilloscopeC.nc).
>
> Also look at 
> http://csl.stanford.edu/~pal/pubs/tinyos-programming.pdf<http://csl.stanford.edu/%7Epal/pubs/tinyos-programming.pdf>
> and http://www.tinyos.net/tinyos-2.x/doc/html/tep102.html.
>
> TinyOS is an asynchronous (read: event-driven) core. There are timers
> with split-phase operation (and even some busy waits for really,
> really short durations), but there is no long-term sleep(). Blocking
> all other operations is generally not advisable.
>
>
> HTH,
> Paul
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to