]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmirws/sensors/WindVaneC.nc
Work on wind sensor move to Davis Instruments.
[tinyos-2.x.git] / tos / platforms / tmirws / sensors / WindVaneC.nc
index 2c317596ee7d2e63a9779adbd8b9226294d06af6..883021f72e61977ebc0df79f1428b649c91d5a3e 100644 (file)
@@ -47,4 +47,7 @@ implementation {
 
   components new WindVaneAdcC();
   WindVaneP.Vane -> WindVaneAdcC.Read;
+
+  components HalWindVaneC;
+  WindVaneP.WPower -> HalWindVaneC;
 }