Hi all,

I was going thru the sensetorfm component. I could not follow a few lines in 
the code.
Can someone help me with understanding this..


void task outputTask() {
    uint16_t rCopy;
    atomic {
      rCopy = reading;
    }
    call IntOutput.output(rCopy >> 7); /* what does rCopy >>7 denote? */
  }
Thanks in advance

Dipti Jaiswal.

  
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to