thermometers/main.h

Thu, 08 May 2014 15:09:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 08 May 2014 15:09:56 +0200
changeset 30
9c7119ac0455
parent 1
91065eba8e1b
permissions
-rw-r--r--

Fix for conditional defines for wiringPi library

#ifndef	_MAIN_H
#define	_MAIN_H


#define TRUE 1
#define FALSE 0


#endif

mercurial