From: Jonathan McDowell Date: Thu, 10 May 2018 07:03:19 +0000 (+0100) Subject: Add w1_read_bit() to improve waiting for result X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=e1868033d66f127dda2db4c9d5f636e404b05b00;hp=e1868033d66f127dda2db4c9d5f636e404b05b00;p=temper-clone.git Add w1_read_bit() to improve waiting for result Rather than using a full w1_read_byte() to wait for the temperature sensor to indicate a result is ready introduce a w1_read_bit() and use that instead. This lets us service USB requests more often while waiting for the result. ---