X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fsensors%2FWindVaneC.nc;h=2c317596ee7d2e63a9779adbd8b9226294d06af6;hb=108ff439d63ddb1413efe5e9830392bab56e001b;hp=1ce247fac65f795c57e5680419146df21b5fdbef;hpb=4f0def622af5baa14e297eac8f3fb695b0a25bb7;p=tinyos-2.x.git 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; }