Hi,
I have connected an infra red sensor to telosb mote.
I want to get data of the sensor and plot the signal.
Using the code as below I could see that the sensor is working (led is
toggling correctly)
configuration Infred { }
...
components MSP430GeneralIOC
...
InfredM.IR -> MSP430GeneralIOC.Port21;
module InfredM
...
uses interface MSP430GeneralIO as IR;
...
How can I update the code to get data?
Thanks
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help