thermferm/delay.h

Mon, 22 Apr 2024 11:33:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 22 Apr 2024 11:33:04 +0200
changeset 693
3518c07737d8
parent 652
16d3d4b58b5b
permissions
-rw-r--r--

Version 0.9.19a2. Dropped TEMPSTATE[] and only use DEVPRESENT[] to mark devices state. Adjusted webpages for this switch in responses. Adjusted MySQL mon_fermenters enum values too. Rename some global Config records to better reflect their real use.Added one-wire json records and websocket. Announce when some onewire device changes. Add UNITS JSON command without parameter. Dropped global tempFormat setting that was never used.

/**
 * @file delay.h
 * @brief Thread friendly delay functions.
 */

#ifndef	DELAY_H
#define	DELAY_H

void mDelay(unsigned int howLong);
void uDelay(unsigned int howLong);

#endif

mercurial