Hi damon! Mon, 14 Jul 2008 20:19:36 +0000; jesus cerezuela zaplana <damon__83 at hotmail.com> wrote: > - All the C variable types are compatible in nesC? I mean, can I use char, long, int...etc variables? As far as I know you can use the same kind of types provided by the C standard library's stdint.h (like uint8_t, uin16_t and so on).