Hi All,

I am fairly new to tinyos 2.x and cannot figure this problem out. I hope
someone helps me out with this "dumb question". I am trying to send a pulse
using the GPIO(Port C0) of mica2 mote. But when I am trying to compile the
code, it gives the error:

In file included from MyProgramAppC.nc:10:
In component `MyProgramC':
MyProgramC.nc:7: interface HplAtm128GeneralIO not found
In component `MyProgramAppC':
MyProgramAppC.nc:18: no match
make: *** [exe0] Error 1


Following are the code snippets:

*Wiring:*
implementation {
        ....
        components HplAtm128GeneralIOC;
        components MyProgramC as App;

        ....
        App.Out1 -> HplAtm128GeneralIOC.PortC0;
        .....
}

*Implementation:*
module MyProgramC {
        ...
        uses interface HplAtm128GeneralIO as Out1;
        ....
 }


Any help would be greatly appreciated. I could not find anything in the
mailing list which will answer this issue.

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

Reply via email to