]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmirws/sensors/WindVaneC.nc
Work in process to support Davis instruments aerovane (wind vane).
[tinyos-2.x.git] / tos / platforms / tmirws / sensors / WindVaneC.nc
index 1ce247fac65f795c57e5680419146df21b5fdbef..2c317596ee7d2e63a9779adbd8b9226294d06af6 100644 (file)
@@ -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;
 }