thermferm/logger.h

Sat, 27 Apr 2019 20:47:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Apr 2019 20:47:26 +0200
changeset 583
9795a16de807
parent 554
ab9f22ab57b5
permissions
-rw-r--r--

Attempt to better check the temperature sensors and lower the cpu load.

#ifndef	LOGGER_H
#define	LOGGER_H


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


#endif

mercurial