X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftelosa%2Fchips%2Fsht11%2FHalSensirionSht11C.nc;h=06e729a53648df88083363879ca1849bf1bb3316;hb=4122e4dfb28f7b5e72c9dd1c401e19d93ca82820;hp=4714067ed456872b2ecd01715e802ad467625927;hpb=4ef669e6eea48bc320936d45f2fdb8a2d6d5190b;p=tinyos-2.x.git diff --git a/tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc b/tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc index 4714067e..06e729a5 100644 --- a/tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc +++ b/tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc @@ -54,6 +54,9 @@ implementation { SensirionSht11LogicP.CLOCK -> HplSensirionSht11C.SCK; SensirionSht11LogicP.InterruptDATA -> HplSensirionSht11C.InterruptDATA; + components SensirionBusyWaitC; + SensirionSht11LogicP.BusyWait -> SensirionBusyWaitC; + components new TimerMilliC(); SensirionSht11LogicP.Timer -> TimerMilliC;