thermferm/lock.h

Thu, 11 Apr 2024 14:57:32 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 11 Apr 2024 14:57:32 +0200
changeset 672
0c2c66920d79
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Only log temperature error once. Only log temperature Ok again once. Do not log changed temperature.

#ifndef	LOCK_H
#define	LOCK_H


int  lockprog(char *);
void ulockprog(char *);

#endif

mercurial