18#ifndef INPUTINTERFACE_H
19#define INPUTINTERFACE_H
void delay(unsigned long ms)
Definition Arduino.h:62
Interface class to use for callbacks.
Definition CallbackInterface.h:26
Class to abstract away all physical display implementation to enable multiple display types.
Definition DisplayInterface.h:36
Class to enable simple logging to a Stream object with different log levels This enables embedding pe...
Definition Logger.h:35