No subject


Sun May 18 08:56:28 PDT 2008


gTxmsg ->data[0] = Msg->strength & 0xFF;
gTxmsg ->data[1] = Msg->strength >>8;

At transmitter I want to multiply it by some value say 5.How can I do it?
x= 5 * Msg->data;
is not yeilding correct results.

Regards,
Kishore


More information about the Tinyos-help mailing list