1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* decreased timing for sht11 (as fix for hwtimer_wait issue)

This commit is contained in:
Oliver Hahm 2010-11-04 13:59:57 +01:00
parent 8f606669c2
commit 6198c924e4

View File

@ -51,7 +51,7 @@ and the mailinglist (subscription via web site)
#define SHT11_RESET (0x1E) //000 1111 0
/* time to wait after toggling the data line */
#define SHT11_DATA_WAIT (HWTIMER_TICKS(5))
#define SHT11_DATA_WAIT (HWTIMER_TICKS(1))
/* time to wait after toggling the clock line */
#define SHT11_CLK_WAIT (HWTIMER_TICKS(1))