Hello, I am creating a custom module that provides various interfaces.
My question is, how do I use the module? If my file is say, TestModuleC.nc and provides a few interfaces, and the file implements various events/tasks/etc.... how would I go about using this module and the interfaces it provides to actually test out that my module I have created actually works right? Would I make something like ModuleTesterAppC.nc and ModuleTesterC.nc and #include "TestModuleC.nc" within them, and then use the interfaces provided by it? Thank you for your assistance!
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
