brewpanel/futil.h

Wed, 03 Apr 2024 19:33:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Apr 2024 19:33:38 +0200
changeset 659
bfab45f4d5cd
parent 420
644a6106d712
permissions
-rw-r--r--

Added state to scan vanished one-wire devices. Update devices if a one-wire device returns on the bus.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial