ELEC351 SUBMISSION - Same as on the DLE

/media/uploads/Luka_Danilovic/elec_315_prototype_assembly.jpg

Committer:
Luka_Danilovic
Date:
Wed Jan 10 09:49:43 2018 +0000
Revision:
0:c66224a27cf8
ELEC351 SUBMISSION - SAme as on the DLE

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Luka_Danilovic 0:c66224a27cf8 1 #ifndef __ELEC351_LIB__ //Inclusion safeguards
Luka_Danilovic 0:c66224a27cf8 2 #define __ELEC351_LIB__
Luka_Danilovic 0:c66224a27cf8 3
Luka_Danilovic 0:c66224a27cf8 4 #include "dateAndTime.hpp" // Manages Date and Time set and read
Luka_Danilovic 0:c66224a27cf8 5 #include "recordsMaster.hpp" // Manages storage of sensor record
Luka_Danilovic 0:c66224a27cf8 6 #include "displayMaster.hpp" /* Manages LCD display - INCOMPLETE because a
Luka_Danilovic 0:c66224a27cf8 7 weird bug prevents correct writing of characters to the display even though the
Luka_Danilovic 0:c66224a27cf8 8 code looks behavioraly the same as the one provided in the "TextLCD" library. */
Luka_Danilovic 0:c66224a27cf8 9
Luka_Danilovic 0:c66224a27cf8 10 #endif