Re: [Tinyos-help] Toggling a Port Pin

2008-09-17 Thread Michael Schippling
It may be because you have: uses interface HplMsp430GeneralIOC; Where the 'C' indicates that the file is probably a Component rather than an interface definition. I recently posted an example from my T1 code, was that useful? Otherwise, since I don't have T2 loaded anywhere, I'm of no use,

[Tinyos-help] Toggling a Port Pin

2008-09-16 Thread Jim Fell
Hello. This is going to sound like a really obtuse questions, but I could use some help here. I'm having some trouble getting some code to compile, so that I can toggle a port pin of the MSP430 on the TelosB mote. I have two files: TwiddleAppC.nc and TwiddleC.nc: **TwiddleAppC.nc**