EX-Display
EX-Display
Loading...
Searching...
No Matches
/home/runner/work/EX-Display/EX-Display/EX-Display.ino File Reference
#include "Configurator.h"

Functions

void setup ()
 Main setup method, initialise Configurator here.
 
void loop ()
 Main loop, simply calls controller->update() to manage all interactions.
 

Variables

Configuratorconfigurator = new Configurator(&CONSOLE_STREAM, &COMMANDSTATION_STREAM, LOG_LEVEL)
 Create the Configurator instance to configure EX-Display.
 

Function Documentation

◆ loop()

void loop ( )

Main loop, simply calls controller->update() to manage all interactions.

Here is the call graph for this function:

◆ setup()

void setup ( )

Main setup method, initialise Configurator here.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ configurator

Create the Configurator instance to configure EX-Display.

Parameters
consolePointer to the console stream - defaults to Serial, customise in myConfig.h
commandStationPointer to the CommandStation connection stream - default depends on platform, customise in myConfig.h
logLevelSets the log level for the application - defaults to WARN, customise in myConfig.h