X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fsensors%2FAeroVaneReadC.nc;h=8475bdac4fa19e3987fbd33a71d5e46e6212b833;hp=5ba23a9f4837351941ad97d293d977a100119df0;hb=69fc4c14eb331474d8c6654eebcf4147b7780ec8;hpb=c9c913f02451e45b41c74dec562d35f21a2960a5 diff --git a/tos/platforms/tmirws/sensors/AeroVaneReadC.nc b/tos/platforms/tmirws/sensors/AeroVaneReadC.nc index 5ba23a9f..8475bdac 100644 --- a/tos/platforms/tmirws/sensors/AeroVaneReadC.nc +++ b/tos/platforms/tmirws/sensors/AeroVaneReadC.nc @@ -53,6 +53,9 @@ implementation { AeroVaneReadP.AnemometerControl -> AnemometerReadC.StdControl; AeroVaneReadP.Revolutions -> AnemometerReadC; + components new AverageAngleC(); + AeroVaneReadP.Average -> AverageAngleC; + components new StateC(); AeroVaneReadP.State -> StateC; }