//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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
1:8ec88bb8425f | 2014-02-21 | nleoni | Updated testing of class |
0:aca019487653 | 2014-02-13 | nleoni | 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 |