A program designed to get the distance from an SRF02 distance sensor and create an audible and visual indication of that distance with data logging capabilities.
Dependencies: N5110 PowerControl SRF02 mbed
History
1.0c - Fixed an error where the time once set over the serial would reset due to an initial condition within the main function.
2015-05-08, by el13sr [Fri, 08 May 2015 10:58:40 +0000] rev 15
1.0c - Fixed an error where the time once set over the serial would reset due to an initial condition within the main function.
V1.0b - Made it so when data is saved to the csv file the data and the date are logged in different cells.
2015-05-08, by el13sr [Fri, 08 May 2015 09:12:42 +0000] rev 14
V1.0b - Made it so when data is saved to the csv file the data and the date are logged in different cells.
V1.0b - Added: when the data is saved to the .csv file, the date and distance are saved in separate cells.
2015-05-08, by el13sr [Fri, 08 May 2015 09:09:24 +0000] rev 13
V1.0b - Added: when the data is saved to the .csv file, the date and distance are saved in separate cells.
Release Version 1.0a
2015-05-08, by el13sr [Fri, 08 May 2015 08:58:45 +0000] rev 12
Release Version 1.0a
Fixed error when trying to log without serial connection (due to semihost power down)
2015-05-01, by el13sr [Fri, 01 May 2015 16:47:33 +0000] rev 11
Fixed error when trying to log without serial connection (due to semihost power down)
Fixed bug when measuring 30 cm the display not responding.
2015-04-23, by el13sr [Thu, 23 Apr 2015 15:12:49 +0000] rev 10
Fixed bug when measuring 30 cm the display not responding.
Added missing documentation for 'void barchar()'; Fixed a wording error in documentation
2015-04-23, by el13sr [Thu, 23 Apr 2015 10:36:07 +0000] rev 9
Added missing documentation for 'void barchar()'; Fixed a wording error in documentation
Moved display initialization into the welcome screen function.
2015-04-18, by el13sr [Sat, 18 Apr 2015 16:14:58 +0000] rev 8
Moved display initialization into the welcome screen function.
Reformatted documentation for Doxygen [WARNING: untested Version]
2015-04-11, by el13sr [Sat, 11 Apr 2015 15:55:42 +0000] rev 7
Reformatted documentation for Doxygen [WARNING: untested Version]
v0.5 - Added working modes and powered down ethernet.
2015-04-09, by el13sr [Thu, 09 Apr 2015 11:32:48 +0000] rev 6
v0.5 - Added working modes and powered down ethernet.