Hi all.

I want to read the time of a tmote sky, so what i did is simply added the
following instructions
event void AMControl.startDone(error_t err) {

if (err == SUCCESS) {

t = call Timer0.getNow();

call Timer0.startPeriodic(TIMER_PERIOD_MILLI);

  }

  when i print  t  it is always = 0000000A .

  i would appropriate it if any one can give me an example for how to
  read the time ???
  Thanks
  Sara
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to