thermferm/rdconfig.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 110
54e9940f413b
permissions
-rw-r--r--

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

#ifndef	RDCONFIG_H
#define	RDCONFIG_H


void killconfig(void);
int  rdconfig(void);
int  wrconfig(void);


#endif

mercurial