Contains necessary classes and functions for ELEC351

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ELEC351_LIBRARY.hpp Source File

ELEC351_LIBRARY.hpp

00001 #ifndef __ELEC351_LIB__ //Inclusion safeguards
00002 #define __ELEC351_LIB__
00003 
00004 #include "dateAndTime.hpp"      // Manages Date and Time set and read
00005 #include "recordsMaster.hpp"    // Manages storage of sensor record 
00006 #include "displayMaster.hpp"    /* Manages LCD display -  INCOMPLETE because a
00007 weird bug prevents correct writing of characters to the display even though the 
00008 code looks behavioraly the same as the one provided in the "TextLCD" library. */
00009 
00010 #endif