#include "DCCpp_Uno.h"
#include "PacketRegister.h"
#include "CurrentMonitor.h"
#include "Config.h"
#include "Comm.h"
#include "Turnout.h"
#include "EEStore.h"
#include "Outputs.h"
#include "Sensor.h"
#include "TextCommand.h"
#include "DCCpp.hpp"
Go to the source code of this file.
Macros | |
#define | USE_TURNOUT |
#define | USE_EEPROM |
#define | USE_OUTPUT |
#define | USE_SENSOR |
#define | USE_TEXTCOMMAND |
#define | USE_ETHERNET_ENC28J60 |
#define | USE_ETHERNET |
Main include file of the library.
Definition in file DCCpp.h.
#define USE_EEPROM |
#define USE_ETHERNET_ENC28J60 |
Comment this line to avoid using and compiling Ethernet shield using Wiznet 5100 chip (Arduino Shield v1).
Comment this line to avoid using and compiling Ethernet shield using Wiznet 5500 chip (Arduino Shield v2).
Comment this line to avoid using and compiling Ethernet shield using Wiznet 5200 chip (Seeed Studio).
Comment this line to avoid using and compiling Ethernet shield using ENC28J60 chip.
#define USE_OUTPUT |
#define USE_SENSOR |
#define USE_TEXTCOMMAND |