thermferm/one-wire.h

Wed, 03 Apr 2024 19:33:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Apr 2024 19:33:38 +0200
changeset 659
bfab45f4d5cd
parent 654
e981d0185485
child 693
3518c07737d8
permissions
-rw-r--r--

Added state to scan vanished one-wire devices. Update devices if a one-wire device returns on the bus.

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

#ifndef	ONE_WIRE_H
#define	ONE_WIRE_H

void *my_one_wire_loop(void *);

#endif

mercurial