brewpanel/futil.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 420
644a6106d712
permissions
-rw-r--r--

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

#ifndef	FUTIL_H
#define	FUTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);

#endif

mercurial