config.h.in

Fri, 02 May 2014 21:04:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 02 May 2014 21:04:20 +0200
changeset 16
f4cbe008da72
parent 7
d74b26b2f217
child 17
b802305046dc
permissions
-rw-r--r--

Version 0.0.2. Added LCD display using wiringPi library. The display is connected via a LCM1602 IIC board.

/* config.h.in.  */

#undef COPYRIGHT
#undef VERSION

/* Compile experimental code (may not be present) */
#undef USE_EXPERIMENT

/* According to Sun we MUST define this in the source */
#define _REENTRANT 1

mercurial