]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc
Update the HalSensirionSht11C platform files to provide the necessary
[tinyos-2.x.git] / tos / platforms / tmirws / chips / sht11 / HalSensirionSht11C.nc
index d2de31145b05bea3dd3df97b24c9995b762d49c7..6f0119707ba8a0ac102a8febf4e06d9db8e8ad0d 100644 (file)
@@ -54,6 +54,12 @@ implementation {
   SensirionSht11LogicP.CLOCK -> HplSensirionSht11C.SCK;
   SensirionSht11LogicP.InterruptDATA -> HplSensirionSht11C.InterruptDATA;
   
+  components SensirionBusyWaitC;
+  SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC;
+
+  components SensirionBusyWaitC;
+  SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC;
+
   components new TimerMilliC();
   SensirionSht11LogicP.Timer -> TimerMilliC;