Hello, I need some help in understanding the StdControl.init() function. My confusion is if init() of subcomponents should be called explicitly or are there some implicit assumptions. If for example. my top level configuration is A and lets say A is wired to B (defined by me) and a Leds. Within init() of A, should I: 1) Call init() of both B and Leds? 2) Call init() of only B? 3) Call init() of only Leds?
I was going through the example SenseLightToLog application, and in it I saw that init() of hardware components were called explicitly. Any quick help will be much appreciated. Thanks in advance, Rij "Do the best you can, with what you have, where you are." -- Roosevelt __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
