thermferm/one-wire.h

Thu, 25 Apr 2024 14:26:47 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Apr 2024 14:26:47 +0200
changeset 708
13555c27b592
parent 693
3518c07737d8
permissions
-rw-r--r--

Version 0.9.19a6. Fixes after a short trial on the production controller. Fixed json for alternate beer termperature sensor. Fixed division by 1000 for the room temperature and humidity values. The dropdown list for devices shows the address instead of description in the list.

/**
 * @file one-wire.h
 * @brief One-wire bus functions.
 */

#ifndef	ONE_WIRE_H
#define	ONE_WIRE_H

char *one_wire_json(w1_list *dev_w1);

void *my_one_wire_loop(void *);

#endif

mercurial