If you say call Timer4.startOneShot(dt), then oher timers are not disturbed. But, if Timer4 is already running and you call Timer4.startOneShot(dt), then only Timer4 will be stopped and started in OneShot mode.
> > Hi, > > Does calling StartOneShot command on a timer stop any other timer stop > from working? > > ex. > > I have three timer that are working > call Timer1.startPeriodic(1000); > call Timer2.startPeriodic(2000); > call Timer3.startPeriodic(5000); > > if I launch a fourth timer, Timer4,in "one shot" mode , what happens to my > periodic timers???? > > thanks in advance, > regards by Salvo > > > _________________________________________________________________ > Tanti account di posta? Unisci tutto sotto Hotmail > http://www.windowslive.it/hotmail/GestisciAltriAccount.aspx > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help --Deeksha -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
