> Hello all, > We are using mica2 and mts300 sensor boards and we have a problem using functions like > memset and memcpy. We are using tinyos 2.x and we wanted to know is there > any way of doing that?Do we need to include a specific header file? Any help will be much appreciated. > thanks in advance, > Itamar and Eran. > p.s : Is there any good programming environment for tinyos2.x? (like eclipse or visual studio...)
If you use a library function, you need a header file. You can find an on-line guide to C programming at http://en.wikibooks.org/wiki/C_Programming. Regards, Ben B. _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
