thermferm/devices.h

Mon, 04 Aug 2014 19:31:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 04 Aug 2014 19:31:03 +0200
changeset 178
988a898974f3
parent 158
f1b7e2ef90be
child 179
417ee898fb02
permissions
-rw-r--r--

Web - server communication for switches improved.

#ifndef MY_DEVICES_H
#define	MY_DEVICES_H


int devices_detect(void);

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

#endif

mercurial