From 5019ec9264cd88a57f36c77c43d8fc8604143178 Mon Sep 17 00:00:00 2001 From: telliottosceola Date: Fri, 20 Oct 2017 14:31:51 -0500 Subject: [PATCH] Changed sleep duration See Customer findings in this forum post: https://forum.ncd.io/content/Code-HYT939 --- Python/HYT939.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/HYT939.py b/Python/HYT939.py index 27eaa97..7ee4a95 100755 --- a/Python/HYT939.py +++ b/Python/HYT939.py @@ -14,7 +14,7 @@ # 0x80(128) Send normal mode bus.write_byte(0x28, 0x80) -time.sleep(0.5) +time.sleep(0.1) # HYT939 address, 0x28(40) # Read data back from 0x00(00), 4 bytes