]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc
Update the HalSensirionSht11C platform files to provide the necessary
[tinyos-2.x.git] / tos / platforms / telosa / chips / sht11 / HalSensirionSht11C.nc
index 29eaac82949eabc7b5966e9ebc24eb1f1903ffd9..06e729a53648df88083363879ca1849bf1bb3316 100644 (file)
@@ -48,15 +48,15 @@ implementation {
   components new SensirionSht11LogicP();
   SensirionSht11 = SensirionSht11LogicP;
 
-  components MainC;
-  MainC.SoftwareInit -> HplSensirionSht11C;
-
   components HplSensirionSht11C;
   Resource = HplSensirionSht11C.Resource;
   SensirionSht11LogicP.DATA -> HplSensirionSht11C.DATA;
   SensirionSht11LogicP.CLOCK -> HplSensirionSht11C.SCK;
   SensirionSht11LogicP.InterruptDATA -> HplSensirionSht11C.InterruptDATA;
   
+  components SensirionBusyWaitC;
+  SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC;
+
   components new TimerMilliC();
   SensirionSht11LogicP.Timer -> TimerMilliC;