thermferm/one-wire.h

Sat, 13 Apr 2024 16:50:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 13 Apr 2024 16:50:26 +0200
changeset 675
825210ba2707
parent 654
e981d0185485
child 693
3518c07737d8
permissions
-rw-r--r--

Added websockets to thermferm. Started new www directory for websocket enabled web. The init script now waits until thermferm is completely stopped.

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