Luka Danilovic
/
ELEC351_10497267_SUBMISSION
ELEC351 SUBMISSION - Same as on the DLE
Diff: ELEC351_LIBRARY/ELEC351_LIBRARY.hpp
- Revision:
- 0:c66224a27cf8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ELEC351_LIBRARY/ELEC351_LIBRARY.hpp Wed Jan 10 09:49:43 2018 +0000 @@ -0,0 +1,10 @@ +#ifndef __ELEC351_LIB__ //Inclusion safeguards +#define __ELEC351_LIB__ + +#include "dateAndTime.hpp" // Manages Date and Time set and read +#include "recordsMaster.hpp" // Manages storage of sensor record +#include "displayMaster.hpp" /* Manages LCD display - INCOMPLETE because a +weird bug prevents correct writing of characters to the display even though the +code looks behavioraly the same as the one provided in the "TextLCD" library. */ + +#endif \ No newline at end of file