From ceb2554d2f647338d73eca8aeb23a8a8b7676135 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 10 Nov 2008 21:10:36 +0000 Subject: [PATCH] Enabled the SHT11 register readout to allow reading the low-voltage indicator bit --- core/dev/sht11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dev/sht11.c b/core/dev/sht11.c index 293a02285..d3e4a80e4 100644 --- a/core/dev/sht11.c +++ b/core/dev/sht11.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)$Id: sht11.c,v 1.2 2008/07/08 08:23:47 adamdunkels Exp $ + * @(#)$Id: sht11.c,v 1.3 2008/11/10 21:10:36 adamdunkels Exp $ */ /* @@ -273,7 +273,7 @@ sht11_humidity(void) return scmd(MEASURE_HUMI); } /*---------------------------------------------------------------------------*/ -#if 0 /* But ok! */ +#if 1 /* But ok! */ unsigned sht11_sreg(void) {