Hi, It is not really a low granularity clock - it is 10 seconds.
I do the timer setup using call Timer.start(TIMER_REPEAT, 10000) and it doesn't seem to do anything. But, call Timer.start(TIMER_REPEAT, 9000) works ok. Ganeriwal Saurabh wrote: > > hi, > > COuld you detail whats the problem is. Initially I was also struggling in > creating a lower granularity clock but now I have been able to succesfully > manage that > > bye, > saurabh > > On Thu, 7 Nov 2002, Venkita Subramonian wrote: > > > Hi, > > > > I am trying to create a timer with 10 second interval and it > > doesn't seem to do anything. It works for 9 seconds, not for > > 10 seconds. Any specific reason? > > > > Thanks > > Venkita > > _______________________________________________ > > Tinyos-help mailing list > > [EMAIL PROTECTED] > > http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-help > > > > _______________________________________________ > Tinyos-help mailing list > [EMAIL PROTECTED] > http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
