33 Door(
int positionClosed,
int positionOpen);
int pActualPos
Initial door position somwhere between.
void init()
Initialisen the Door in closed Position.
bool close()
Closes the Door one Step per Function-Call.
Provides the basic Functions to Controll the Door.
const int pPosOpen
Position of the open door.
Contains Pre-Compiler directives for diffent Serialprints for Datalogin.
bool open()
Opens the Door one Step per Function-Call.
Door(int positionClosed, int positionOpen)
Construct a new Door object.
const int pPosClosed
Position of the closed door.