[Tinyos-help] Help regarding SHT21 sensor

2014-04-08 Thread Antonis Tzounis
Hello, I am trying to use SHT21 sensor, but there are errors both in my configuration file and when I am trying to compile my code. The error is : component 'Sht21C' is not generic This is the part of the code that has this error: components new Sht21C as TempSensor; components new Sht21C as

Re: [Tinyos-help] Help regarding SHT21 sensor

2014-04-08 Thread András Bíró
Hi Antonis, What platform are you using? What is DHT21? I couldn't find anything about it.. Best, Andras Biro http://ucmote.com On Tue, Apr 8, 2014 at 6:22 PM, Antonis Tzounis atzou...@gmail.com wrote: Hello, I am trying to use SHT21 sensor, but there are errors both in my configuration