brewco/util.h

Mon, 22 Feb 2016 19:22:39 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 22 Feb 2016 19:22:39 +0100
changeset 482
68f4468bfc24
parent 471
1564b60558b1
child 480
1992db823b7e
permissions
-rw-r--r--

Simulate sensors resolution.

#ifndef	_UTIL_H
#define	_UTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);
int  file_cp(char *, char *);
long millis(void);
void hlt_status(int);
void mlt_status(int);
void pump_status(int);


#endif

mercurial