On Thu, Nov 14, 2013 at 10:52 AM, Alaios <[email protected]> wrote: > Hi all, > If I understand it right the easiest way to read an input 3 voltage or set > a 3voltage output is to use the GeneralIO interface. Is not that right? >
First it would be more better if you explain what you mean by a "3 voltage" thing. Do you mean tri-state? If so please use the right term. Anyway, GeneralIO is very well described in two places. The first is TEP117, Low-Level I/O <http://www.tinyos.net/tinyos-2.1.0/doc/html/tep117.html>, and the second is the source code. When I'm looking for things I use stuff like⦠find . -iname "*generalio*" when looking for what files have some thing to do with the name GeneralIO or grep -nHiR generalio . when looking for what files use GeneralIO. The last will produce lots of output. > Any guide to start with? > sure. look at the TEPS. Look at the tutorials, to see if they touch on any of the problem you are messing with. docs.tinyos.net do google searching. The more you help yourself, the more other folks will be willing to help you too. > Regards > Alex > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
