thermferm/server.h

Sat, 05 Mar 2016 12:50:23 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 05 Mar 2016 12:50:23 +0100
changeset 491
31b14c9ac625
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Switched PID to BOO mode for all modes.

#ifndef	SERVER_H
#define	SERVER_H


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


#endif

mercurial