//TemperatureRecorder class //Written by Napoleon Leoni, February 2014 //This class takes a pointer to an LM75B sensor on the MBED //application board and reads it temperature value, keeps track //of the max and min values (since a last reset of the values) and also //keeps a circular buffer of recorded temperature values
History
Updated testing of class
2014-02-21, by nleoni [Fri, 21 Feb 2014 06:57:23 +0000] rev 1
Updated testing of class
1st Checkin. Temperature recording class is working and one liner tests were performed and reported in the file. Circular buffer for stoarge is still not implemented
2014-02-13, by nleoni [Thu, 13 Feb 2014 07:59:09 +0000] rev 0
1st Checkin. Temperature recording class is working and one liner tests were performed and reported in the file. Circular buffer for stoarge is still not implemented