brewco/simulator.h

Thu, 10 Dec 2015 17:31:45 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 10 Dec 2015 17:31:45 +0100
changeset 452
edc86e2d2eaa
parent 438
7d1ec160d751
permissions
-rw-r--r--

Changed device outputs and status leds.

#ifndef SIMULATOR_H
#define	SIMULATOR_H

#ifdef USE_SIMULATOR


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

#endif

#endif

mercurial