Sam,

   1. Regarding the Matrix - after you have changed to uint8_t Matrix[6][6],
   make sure (again) that your TOSH_DATA_SIZE is big enough. I suggest setting
   to 100 for testing purposes.
   2. TinyOS doesn't display - what you see on your the screen is printed by
   Java (or whatever language you are using).
   Hence you can write whatever display function you need, such as:
   ...
   for(i)
      for(j)
         print(Matrix[i][j])
   Just add as much spaces and new lines as you wish.

Arik



On Thu, Feb 18, 2010 at 18:25, Sam Azarro <[email protected]> wrote:

>  thanks Arik,
>
> i changed uint8_t Matrix[6][6]; so i needed 6*6*1byte=36 but it still does
> not display any value.
> whatever, i have one other question if you don't mind, do you know if it's
> possible in tinyos to display a Matrix such as Matlab does
> i mean : can i display values like this way :
>
> 9     3      5
>
> 8     6      2
>
> 1    12    55
>
> is it  possible ??
>
> Regards,
>
>
>
>
> ------------------------------
> Votre messagerie et bien plus où que vous soyez. Passez à Windows Live
> Hotmail, c'est gratuit ! 
> Inscrivez-vous<https://signup.live.com/signup.aspx?id=60969>
>



-- 
Best Regards,
Arik Sapojnik
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to