thermferm/server.h

Thu, 07 Aug 2014 14:20:11 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 07 Aug 2014 14:20:11 +0200
changeset 189
cc2b04d4db99
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Init logfile when a unit is turned on. Added comments for profile processing.

#ifndef	SERVER_H
#define	SERVER_H


#ifdef HAVE_WIRINGPI_H
PI_THREAD (my_server_loop);
#else
void *my_server_loop(void *);
#endif


#endif

mercurial