brewco/util.h

Tue, 22 Dec 2015 15:59:26 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 22 Dec 2015 15:59:26 +0100
changeset 471
1564b60558b1
parent 464
4a624c071ca9
child 480
1992db823b7e
permissions
-rw-r--r--

Manual mode now uses the PID's. The display shows heating percentage and the setpoints alternated very 2 seconds.

#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