]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc
Add a BusyWait interface for controlling SHT1X timing requirements.
[tinyos-2.x.git] / tos / platforms / telosa / chips / sht11 / HalSensirionSht11C.nc
index 4714067ed456872b2ecd01715e802ad467625927..06e729a53648df88083363879ca1849bf1bb3316 100644 (file)
@@ -54,6 +54,9 @@ implementation {
   SensirionSht11LogicP.CLOCK -> HplSensirionSht11C.SCK;
   SensirionSht11LogicP.InterruptDATA -> HplSensirionSht11C.InterruptDATA;
   
+  components SensirionBusyWaitC;
+  SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC;
+
   components new TimerMilliC();
   SensirionSht11LogicP.Timer -> TimerMilliC;