]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/sensorboards/im2sb/HalSensirionSht11C.nc
Add a BusyWait interface for controlling SHT1X timing requirements.
[tinyos-2.x.git] / tos / sensorboards / im2sb / HalSensirionSht11C.nc
index 34edc15b247fc65c017d2436bbceb532a755b3e3..38599ca464f3fe6224485ef674d6febf1e2d0a30 100644 (file)
@@ -57,6 +57,8 @@ implementation {
   SensirionSht11LogicP.CLOCK -> HplSensirionSht11C.SCK;
   SensirionSht11LogicP.InterruptDATA -> HplSensirionSht11C.InterruptDATA;
 
+  components SensirionBusyWaitC;
+  SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC;
   
   components new TimerMilliC();
   SensirionSht11LogicP.Timer -> TimerMilliC;