On Wed, Jul 14, 2010 at 8:54 AM, Salvatore Signorello < [email protected]> wrote:
> Hi, > > Does calling StartOneShot command on a timer stop any other timer stop from > working? > no why would you think that it would? > > 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???? > nothing. They are different instantiations. eric > > thanks in advance, > regards by Salvo > > > ------------------------------ > Personalizza il tuo Messenger con nuove e divertenti > emoticon<http://www.pimpit.it/windowslive.html> > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
