Luka Danilovic
/
ELEC351_10497267_SUBMISSION
ELEC351 SUBMISSION - Same as on the DLE
ELEC351_LIBRARY/ELEC351_LIBRARY.hpp
- Committer:
- Luka_Danilovic
- Date:
- 2018-01-10
- Revision:
- 0:c66224a27cf8
File content as of revision 0:c66224a27cf8:
#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