]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Add a BusyWait interface for controlling SHT1X timing requirements.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Tue, 16 Sep 2008 14:17:50 +0000 (14:17 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 4 Nov 2010 14:25:23 +0000 (08:25 -0600)
commit0e44ea7997bdba67123c2707efb7cdcebbb697c4
tree238b83aa8f2c72ebe39d74f4060e1f55e3907e3f
parenta71b65b6880504baa0338baf2cdffe912571669a
Add a BusyWait interface for controlling SHT1X timing requirements.

The default implementation, which does nothing, is probably suitable for all
processors running at about 10 MHz or less.  Implement a platform specific
version to enforce the 5 us timing requirements as per the data sheet.
tos/chips/sht11/SensirionBusyWaitC.nc [new file with mode: 0644]
tos/chips/sht11/SensirionSht11LogicP.nc
tos/platforms/telosa/chips/sht11/HalSensirionSht11C.nc
tos/sensorboards/im2sb/HalSensirionSht11C.nc