Dear All,
I believe I am nearly done with my nesC application. I would like to graphically represent it in the Oscillsocope GUI in order to show that I have something working. When I run it, instead of two lines I get only one - the light. What specifically should I do in order to get the two representations together?
In my code I have
pack1->channel = 1; in task void dataTask1() (for light), and
pack2->channel = 2; in task void dataTask2() (for temperature).
Is this the way to specify that I am using two different channels? Can anyone tell me why both graphs are not displayed on the screen? I can display the light from one mote and the temperature from another, but not from the same mote.
Please Help! - Your guidance is of great importance!
Kind Regards,
Xenia
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
