]> 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 5ba23a9f4837351941ad97d293d977a100119df0..8475bdac4fa19e3987fbd33a71d5e46e6212b833 100644 (file)
@@ -53,6 +53,9 @@ implementation {
   AeroVaneReadP.AnemometerControl -> AnemometerReadC.StdControl;
   AeroVaneReadP.Revolutions -> AnemometerReadC;
 
+  components new AverageAngleC();
+  AeroVaneReadP.Average -> AverageAngleC;
+
   components new StateC();
   AeroVaneReadP.State -> StateC;
 }