config.h.in

Sun, 27 Dec 2015 17:52:26 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Dec 2015 17:52:26 +0100
changeset 477
9167ad4c2e77
parent 443
6b80a37fdf8d
child 497
18ace27338e5
permissions
-rw-r--r--

Renamed Mash-in step to Prepare on the display. Don't run the pump when the mash is added. When preparing the mash, first heat the HLT, and then the MLT so that both have the chance to reach their target temperatures.

/* config.h.in.  */

#undef COPYRIGHT
#undef VERSION

/*
 * Socket LCD protocol bits
 */
#define SLCD_NULL       0x0000
#define SLCD_CLEAR      0x0001
#define SLCD_MCLEAR     0x1fff
#define SLCD_HOME       0x0002
#define SLCD_MHOME      0x1ffe
#define	SLCD_CGRAM	0x0040
#define	SLCD_MCGRAM	0x1fc0
#define SLCD_DGRAM      0x0080
#define SLCD_MDGRAM     0x1f80
#define SLCD_DATA       0x0200
#define SLCD_MDATA      0x1e00
#define SLCD_LEDS       0x0400
#define SLCD_MLEDS      0x1c00
#define SLCD_KEYS       0x0800
#define SLCD_MKEYS      0x1800
#define SLCD_MDEV       0xe000

/*
 * Socket LEDs bits
 */
#define SLED_LCD        0x0001          /* LCD backlight                */
#define SLED_TFLED      0x0002          /* Thermferm LED                */
#define SLED_HLTH       0x0004          /* HLT heater LED               */
#define SLED_MLTH       0x0008          /* MLT heater LED               */
#define SLED_MLTP       0x0010          /* MLT pump/mixer               */
#define SLED_BUZZER     0x0080          /* Buzzer                       */

/*
 * Network
 */
#define SEND_PORT       6554


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

/* Compile simulator code */
#undef USE_SIMULATOR

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

/* Define if you have the <wiringPi.h> header file. */
#undef HAVE_WIRINGPI_H

/* Define if you have the <SDL/SDL.h> header file. */
#undef HAVE_SDL_SDL_H

mercurial