thermferm/delay.h

Fri, 05 Apr 2024 20:10:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 05 Apr 2024 20:10:26 +0200
changeset 662
56c72393ca26
parent 652
16d3d4b58b5b
permissions
-rw-r--r--

One-wire tread more relaxed logging.

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