mash/logger.h

Sat, 15 Nov 2014 20:35:32 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 15 Nov 2014 20:35:32 +0100
changeset 299
d1c52fb43e30
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Show heater/cooler usgae in percent on the web page. Bunped to version 0.2.5

103
99c47a8a61cb Added the mash sourcecode, this does nothing useful yet.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 #ifndef _LOGGER_H
99c47a8a61cb Added the mash sourcecode, this does nothing useful yet.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 #define _LOGGER_H
99c47a8a61cb Added the mash sourcecode, this does nothing useful yet.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3
99c47a8a61cb Added the mash sourcecode, this does nothing useful yet.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 void logger(char *, char *, char *);
99c47a8a61cb Added the mash sourcecode, this does nothing useful yet.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5
99c47a8a61cb Added the mash sourcecode, this does nothing useful yet.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 #endif

mercurial