X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fsensors%2FWindVaneC.nc;h=2c317596ee7d2e63a9779adbd8b9226294d06af6;hp=1ce247fac65f795c57e5680419146df21b5fdbef;hb=108ff439d63ddb1413efe5e9830392bab56e001b;hpb=0363ad37d44a5331c716d6890697e65f8f03ba91 diff --git a/tos/platforms/tmirws/sensors/WindVaneC.nc b/tos/platforms/tmirws/sensors/WindVaneC.nc index 1ce247fa..2c317596 100644 --- a/tos/platforms/tmirws/sensors/WindVaneC.nc +++ b/tos/platforms/tmirws/sensors/WindVaneC.nc @@ -45,6 +45,6 @@ implementation { components SoftwareRtcC as RtcC; WindVaneP.Second -> RtcC; - components HalWindVaneC; - WindVaneP.Vane -> HalWindVaneC.AsyncGet; + components new WindVaneAdcC(); + WindVaneP.Vane -> WindVaneAdcC.Read; }