Hi,
I had a question regarding deluge. I was looking at the definition of the
structure below. I am trying to understand how these values are given
(Example: 0xDF)? Are these values related to the information memory of
telosb or is it something else? Any help would be appreciated.
static const struct deluge_image_t DELUGE_IMAGES[DELUGE_NUM_IMAGES] = {
{ DELUGE_VOLUME_ID_0, 0xDF },
#if DELUGE_NUM_IMAGES >= 2
{ DELUGE_VOLUME_ID_1, 0xD0 },
#if DELUGE_NUM_IMAGES >= 3
{ DELUGE_VOLUME_ID_2, 0xD1 },
#if DELUGE_NUM_IMAGES >= 4
{ DELUGE_VOLUME_ID_3, 0xD2 },
#if DELUGE_NUM_IMAGES >= 5
{ DELUGE_VOLUME_ID_4, 0xD3 },
#if DELUGE_NUM_IMAGES >= 6
{ DELUGE_VOLUME_ID_5, 0xD4 },
#if DELUGE_NUM_IMAGES >= 7
{ DELUGE_VOLUME_ID_6, 0xD5 },
#if DELUGE_NUM_IMAGES >= 8
{ DELUGE_VOLUME_ID_7, 0xD6 },
Thanks
Rashmi
--
Imagination is more important than knowledge --- Albert Einstein
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help