From a55f8fe45021a767a464154965664656a97b0c0c Mon Sep 17 00:00:00 2001 From: oleg <oleg@scherbe.des-mesh.net> Date: Fri, 29 Oct 2010 19:16:02 +0200 Subject: [PATCH] * removed SHT11 timings from msba2 header --- board/msba2/drivers/include/sht11-board.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/board/msba2/drivers/include/sht11-board.h b/board/msba2/drivers/include/sht11-board.h index fc0313906a..c35fb00788 100644 --- a/board/msba2/drivers/include/sht11-board.h +++ b/board/msba2/drivers/include/sht11-board.h @@ -54,10 +54,5 @@ and the mailinglist (subscription via web site) #define SHT11_DATA_OUT (FIO1DIR |= BIT26) // serial I/O as output #define SHT11_INIT FIO1DIR |= BIT25; PINSEL3 &= ~(BIT14|BIT15 | BIT16|BIT17); -/* time to wait after toggling the data line */ -#define SHT11_DATA_WAIT (50) -/* time to wait after toggling the clock line */ -#define SHT11_CLK_WAIT (10) - /** @} */ #endif /* SHT11BOARD_H_ */ -- GitLab