]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Update the HalSensirionSht11C platform files to provide the necessary
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Tue, 16 Sep 2008 14:20:43 +0000 (14:20 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:01:01 +0000 (20:01 -0700)
BusyWait interface.

tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc
tos/platforms/tmirws/chips/sht11/HalSensirionSht11C.nc
tos/sensorboards/im2sb/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;
 
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;
 
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;