thermferm/server.h

Sun, 24 Aug 2014 23:01:32 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 24 Aug 2014 23:01:32 +0200
changeset 265
63a003914b72
parent 106
1bd9a16f5061
permissions
-rw-r--r--

More math for the simulator. Web interface changes for heater in graph.

#ifndef	SERVER_H
#define	SERVER_H


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


#endif

mercurial