thermferm/server.h

Fri, 03 Aug 2018 21:58:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 03 Aug 2018 21:58:30 +0200
changeset 563
ca2fafcf3294
parent 106
1bd9a16f5061
permissions
-rw-r--r--

On Raspberry with WiringPi better hardware info is sent with NBIRTH

#ifndef	SERVER_H
#define	SERVER_H


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


#endif

mercurial