3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revisions of CircularArray/CircularArray.cpp

Revision Date Message Actions
85:422d0a1b95cf 2017-05-13 Finished commenting classes; File  Diff  Annotate
83:0d3572a8a851 2017-05-11 Comments cleaned and improved throughout classes. Main header class comment complete, other class comments still need to be written. File  Diff  Annotate
82:668b51a39148 2017-05-11 Added formatting to messages, errors now terminate the program and wait for user input to restart File  Diff  Annotate
81:996c0a3319b4 2017-05-11 Changed the logger to use char arrays of a size 256 and fixed some issues that cropped up from this. Moved all printing statements over to use the logger File  Diff  Annotate
80:959151952153 2017-05-10 Fixed application crashing when sending 2 messages through to the logger at the same time. Other messages need to be changed to use the logger File  Diff  Annotate
79:4e6b53eb678b 2017-04-28 Message logger used to print most messages, bugs including commands failing need to be discussed with nicholas File  Diff  Annotate
74:749727490f44 2017-04-24 Created a message logger and set up the framework ready for implementation File  Diff  Annotate
72:ef4a4e3089c1 2017-04-21 Removed redundant code from Circular Buffer, in deleteX method File  Diff  Annotate
71:a935e4b88ad8 2017-04-21 Updated Circular Array to use nextSpace() method to avoid redundant code File  Diff  Annotate
65:3723d2729b68 2017-04-09 Implemented CircularArray in the place of the linked list in the main code; File  Diff  Annotate
64:8ada3e0b2048 2017-04-09 Created and tested Circular Array class. Needs implementing File  Diff  Annotate