thermferm/logger.h

Wed, 16 Sep 2015 22:05:05 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 16 Sep 2015 22:05:05 +0200
changeset 397
00ca08f5a6f8
parent 155
0d86f3c0a07b
child 554
ab9f22ab57b5
permissions
-rw-r--r--

Fermentation profiles now have a low and high temperature setting so that you can use a temperture window. Each profile step can now set for beer or air temperature reference. The logfiles have an extra temperature field for this. Bumped to version 0.4.2.

#ifndef	LOGGER_H
#define	LOGGER_H


void logger(char *, char *);
void initlog(char *);


#endif

mercurial