thermferm/lock.h

Wed, 03 Apr 2024 16:21:46 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Apr 2024 16:21:46 +0200
changeset 657
38162f374842
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Read ds2413 moved to one-wire thread. Only reprogram if it is an input and programmed as output.

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial