3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

History

Finished commenting classes; default tip

2017-05-13, by niallfrancis [Sat, 13 May 2017 17:35:58 +0000] rev 85

Finished commenting classes;


README.md file updated

2017-05-11, by aburch1 [Thu, 11 May 2017 19:27:45 +0000] rev 84

README.md file updated


Comments cleaned and improved throughout classes. Main header class comment complete, other class comments still need to be written.

2017-05-11, by aburch1 [Thu, 11 May 2017 19:23:55 +0000] rev 83

Comments cleaned and improved throughout classes. Main header class comment complete, other class comments still need to be written.


Added formatting to messages, errors now terminate the program and wait for user input to restart

2017-05-11, by aburch1 [Thu, 11 May 2017 15:53:15 +0000] rev 82

Added formatting to messages, errors now terminate the program and wait for user input to restart


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

2017-05-11, by aburch1 [Thu, 11 May 2017 14:34:53 +0000] rev 81

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


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

2017-05-10, by aburch1 [Wed, 10 May 2017 10:02:22 +0000] rev 80

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


Message logger used to print most messages, bugs including commands failing need to be discussed with nicholas

2017-04-28, by aburch1 [Fri, 28 Apr 2017 17:17:24 +0000] rev 79

Message logger used to print most messages, bugs including commands failing need to be discussed with nicholas


Errors now terminate the program and give user option to restart. Started to replace printf statements with message logger functions.

2017-04-27, by aburch1 [Thu, 27 Apr 2017 17:09:50 +0000] rev 78

Errors now terminate the program and give user option to restart. Started to replace printf statements with message logger functions.


Finished message logger so both errors and normal messages can be sent through to be printed. Any error codes are also displayed.

2017-04-26, by aburch1 [Wed, 26 Apr 2017 21:58:08 +0000] rev 77

Finished message logger so both errors and normal messages can be sent through to be printed. Any error codes are also displayed.


Started using char arrays for strings instead of stringstream objects

2017-04-26, by aburch1 [Wed, 26 Apr 2017 10:00:19 +0000] rev 76

Started using char arrays for strings instead of stringstream objects