thermferm/server.h

Thu, 26 Mar 2015 20:34:53 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 26 Mar 2015 20:34:53 +0100
changeset 344
acd840c9fcc0
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fixed Offset label in device editor. Added code to edit pin states for DS2408 and DS2413 1-wire devices.

#ifndef	SERVER_H
#define	SERVER_H


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


#endif

mercurial