Add this line to your makefile:

SENSORBOARD=mts300

Miklos

On Tue, Apr 19, 2011 at 10:45 PM, Kendra Lukowski
<[email protected]> wrote:
> Hi,
>
> I am having trouble wiring the mts300 sensor board to my project.
>
> In my MyTestAppC.nc file I have:
>
> implementation{
>
>    components new SensorMts300C();
>    ...
>
>    MyTestC.Read -> SensorMts300C;
>    ...
> }
>
> and in MyTestC.nc I have
>
> module MyTestC{
>
> ...
> uses interface Read<uint16_t> as Light;
> uses interface Read<uint16_t> as Temp;
> uses interface Read<uint16_t> as Microphone;
> ...
> }
>
> when I do my make I get the following error:
>
> In component 'MyTestAppC':
> MyTestAppC.nc:9: component SensorMts300C not found
> MyTestAppC.nc:9: component 'SensorMts300C' is not generic
> MyTestAppC.nc:9: cannot find 'Read'
>
> Can you please tell me what I am doing wrong or where to find the
> information. All I can find is for the SensirionSht11C.
>
> Thank you,
>
> Kendra
>
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to