thermferm/one-wire.h

Thu, 18 Apr 2024 14:20:19 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 18 Apr 2024 14:20:19 +0200
changeset 685
819553a2b97e
parent 654
e981d0185485
child 693
3518c07737d8
permissions
-rw-r--r--

Devices list grid added.

/**
 * @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