>From the top of the tinyos tree you can always run:

find . -exec grep -nHi generalio \{\} \;

and then scan through the results looking for lines including component
GeneralIOC
and such.

And example file that uses GeneralIO is HplMsp430Usart1C.nc

./tos/chips/msp430/usart/HplMsp430Usart1C.nc

Take a look at TEP 117 that describes low level IO.  Also TEPs 109, 126, and
132 have some
references to GeneralIO as well.

Also take a look at how Leds is implemented for a given platform.  I suggest
looking at
the telosB platform.

eric

On Sun, Jan 4, 2009 at 1:22 AM, lei lu <[email protected]> wrote:

> Hi,
>
> Where can I find source code of the module that implements interface
> ".../tos/interfaces/GeneralIO".
>
> Thanks,
>
> LL
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
Autonomous Systems Lab
Jack Baskin School of Engineering
UCSC
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to