]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmirws/sensors/AeroVaneReadC.nc
Use AverageAngleC in AeroVaneReadC.
[tinyos-2.x.git] / tos / platforms / tmirws / sensors / AeroVaneReadC.nc
index 1b2fcf2e84d4e919f6a7eecb56a6637f205c8889..8475bdac4fa19e3987fbd33a71d5e46e6212b833 100644 (file)
@@ -51,7 +51,10 @@ implementation {
 
   components AnemometerReadC;
   AeroVaneReadP.AnemometerControl -> AnemometerReadC.StdControl;
-  AeroVaneReadP.Count -> AnemometerReadC;
+  AeroVaneReadP.Revolutions -> AnemometerReadC;
+
+  components new AverageAngleC();
+  AeroVaneReadP.Average -> AverageAngleC;
 
   components new StateC();
   AeroVaneReadP.State -> StateC;