thermferm/lock.h

Sat, 05 Dec 2015 21:46:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 05 Dec 2015 21:46:22 +0100
changeset 446
78e9d5234d15
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Switched to PID code from Arduino

#ifndef	LOCK_H
#define	LOCK_H


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

#endif

mercurial