X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fsensors%2FWindVaneC.nc;h=883021f72e61977ebc0df79f1428b649c91d5a3e;hb=c62eb5a8f569e1a267d10a4c4aa24e8f5151fb8b;hp=2c317596ee7d2e63a9779adbd8b9226294d06af6;hpb=108ff439d63ddb1413efe5e9830392bab56e001b;p=tinyos-2.x.git diff --git a/tos/platforms/tmirws/sensors/WindVaneC.nc b/tos/platforms/tmirws/sensors/WindVaneC.nc index 2c317596..883021f7 100644 --- a/tos/platforms/tmirws/sensors/WindVaneC.nc +++ b/tos/platforms/tmirws/sensors/WindVaneC.nc @@ -47,4 +47,7 @@ implementation { components new WindVaneAdcC(); WindVaneP.Vane -> WindVaneAdcC.Read; + + components HalWindVaneC; + WindVaneP.WPower -> HalWindVaneC; }