Hi All
I have to set the timer to periodically fire after every 12 minutes.
12*60*1024=737280 should be the maximum value... but while compiling i get
overload warning.

since its period can be unsigned 32 bit integer i expect it be able to
handle these values.

Can someone tell me what is the max period that I can set ?

Also

Is there any difference in providing period as "12*60*1024"   Vs "737280"
.... exact value Vs product of products ??


I would be grateful to anyone who can help me with this

Thanks a lot
Akankshu
-- 
First they ignore you, then they laugh at you, then they fight you, then you
win.
- Mahatma Gandhi
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to