HomeWaterLeaksDetection
Setup.h File Reference

Go to the source code of this file.

Macros

#define WEB_SERVER
 enable the webserver More...
 
#define LCD_DISPLAY
 enable the LCD display More...
 
#define SENSOR_PULSE_IN_LITERS   10
 the low sensor constant (10 liters = 1 pulse)
More...
 
#define DAILY_OVERVIEW_INIT_HOUR   15
 hour when the daily overview email will be sent off More...
 
#define DAILY_OVERVIEW_INIT_MIN   00
 minute when the daily overview email will be sent off More...
 
#define SERIAL_BAUD_RATE   9600
 baud rate for the serial communication (terminal) More...
 
#define SETTINGS_FILE_NAME   "CONFIG.TXT"
 the main settings file stored on the SD card More...
 
#define BACKUP_SETTINGS_FILE_NAME   "backup.txt"
 temporary backup file for the settings More...
 
#define SS_SD_CARD   4
 SD card pin (arduino documentation) More...
 
#define SS_ETHERNET   10
 etherent pin (arduino documentation) More...
 

Macro Definition Documentation

◆ BACKUP_SETTINGS_FILE_NAME

#define BACKUP_SETTINGS_FILE_NAME   "backup.txt"

temporary backup file for the settings

Definition at line 29 of file Setup.h.

◆ DAILY_OVERVIEW_INIT_HOUR

#define DAILY_OVERVIEW_INIT_HOUR   15

hour when the daily overview email will be sent off

Definition at line 23 of file Setup.h.

◆ DAILY_OVERVIEW_INIT_MIN

#define DAILY_OVERVIEW_INIT_MIN   00

minute when the daily overview email will be sent off

Definition at line 24 of file Setup.h.

◆ LCD_DISPLAY

#define LCD_DISPLAY

enable the LCD display

Definition at line 15 of file Setup.h.

◆ SENSOR_PULSE_IN_LITERS

#define SENSOR_PULSE_IN_LITERS   10

the low sensor constant (10 liters = 1 pulse)

Definition at line 21 of file Setup.h.

◆ SERIAL_BAUD_RATE

#define SERIAL_BAUD_RATE   9600

baud rate for the serial communication (terminal)

Definition at line 26 of file Setup.h.

◆ SETTINGS_FILE_NAME

#define SETTINGS_FILE_NAME   "CONFIG.TXT"

the main settings file stored on the SD card

Definition at line 28 of file Setup.h.

◆ SS_ETHERNET

#define SS_ETHERNET   10

etherent pin (arduino documentation)

Definition at line 32 of file Setup.h.

◆ SS_SD_CARD

#define SS_SD_CARD   4

SD card pin (arduino documentation)

Definition at line 31 of file Setup.h.

◆ WEB_SERVER

#define WEB_SERVER

enable the webserver

Definition at line 14 of file Setup.h.