mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Enabled the SHT11 register readout to allow reading the low-voltage indicator bit
This commit is contained in:
parent
629963a6ba
commit
ceb2554d2f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user