You should start by understanding where "stuff" is located, for example a
sensor:

- tos/chips (generic implementation mostly targeted for most platforms,
check also tos/platforms for platform-specific wirings)
- tos/platforms (implemented specifically for a given sensor).

Subsequently there are tos/lib/ and tos/system, etc.

And try using "grep" or "find".

--Antonio


On Fri, Oct 25, 2013 at 11:39 AM, Alaios <[email protected]> wrote:

> Hi,
> thanks for the answer. I am not only asking for the real answer, but I am
> also trying to build understanding on how to do things.
>
> Where should I find also this information if this list was not existed?
> How the tinyos developers thought about that?
>
> Regards
> Alex
>
>
>
>   On Friday, October 25, 2013 11:33 AM, Raihan Kamal <[email protected]>
> wrote:
>  Hi,
> For telosb motes, you need to use the followings:
>
> Interface: Humidity
> Component: SensirionSht11C
>
> Your final wiring should look like( in your top level config file)
>
> components new SensirionSht11C() as Sensor;
> App.Humidity -> Sensor.Humidity;
>
>
>
>
> --
> Abu Raihan M Kamal
> Researcher
> NIMBUS, Cork Institute of Technology (CIT)
> Cork, Ireland
> http://nimbus.cit.ie/
> Cell: +353-860390728
>
>
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
--
Antonio Liñán Colina
R+D Engineer
@: [email protected]
@: [email protected]
------------------------------
Advancare
Ph.: +34 935 511 403
http://www.advancare.com
http://www.zolertia.com
http://zolertia.sourceforge.net
http://webshop.zolertia.com
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to