thermferm/delay.h

Tue, 23 Apr 2024 16:52:13 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 23 Apr 2024 16:52:13 +0200
changeset 699
35382668a140
parent 652
16d3d4b58b5b
permissions
-rw-r--r--

Added Add new device.

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