uint8_t would be unsigned, int8_t would be signed. they are both one byte long, but obviously, the latter has a lower maximum value.

hope that helps.

Sankar Gorthi.

On Wed, 15 Feb 2006 14:36:51 -0600, Ian Welch <[EMAIL PROTECTED]> wrote:

I'm trying to make a TOS_Msg with a data size of one byte as apposed to 2
bytes. I looked in AM.h and it defines the array as "int8_t" How is this
different that uint8_t? So my question is, do I modify this struct to make
the data elements in the array of size 1byte. If so how?

Thanks,
  Ian



--
If life was fair, Elvis would be alive and all the impersonators would be dead - Johnny Carson
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to