[Tinyos-help] bitwise operation

2011-06-14 Thread Peng Du
Hi everyone, A quick question: are the bitwise operators in tinyOS the same with the c ones? e.g. for bitwise AND and ~for NOT. Thanks a lot. Regards, Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] bitwise operation

2011-06-14 Thread Michael Schippling
Yes. It's plain old C. With confusing syntactic additions. MS Peng Du wrote: Hi everyone, A quick question: are the bitwise operators in tinyOS the same with the c ones? e.g. for bitwise AND and ~for NOT. Thanks a lot. Regards, Peng ___