thermferm/delay.h

Thu, 25 Apr 2024 14:52:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Apr 2024 14:52:50 +0200
changeset 709
5b6d7b640e52
parent 652
16d3d4b58b5b
permissions
-rw-r--r--

Removed old webpages from the repository

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