]> 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, 6 May 2010 15:35:12 +0000 (09:35 -0600)
commitbdac0b7ecc9f0d51693fcaa59b23a038884fb517
tree3c37e03cb8cca6a7be061c52b9a92a7ed3b0b15f
parentb7a3e7374b4f0cc6c77eb21c82c38f983db85798
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