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

Changes

RevisionDateWhoCommit message
15:619c711e9b53 2015-05-08 el13sr 1.0c - Fixed an error where the time once set over the serial would reset due to an initial condition within the main function. default tip
14:acb6e07992bd 2015-05-08 el13sr V1.0b - Made it so when data is saved to the csv file the data and the date are logged in different cells.
13:86520f8c3b72 2015-05-08 el13sr V1.0b - Added: when the data is saved to the .csv file, the date and distance are saved in separate cells.
12:babcce84f9c8 2015-05-08 el13sr Release Version 1.0a
11:41052065c916 2015-05-01 el13sr Fixed error when trying to log without serial connection (due to semihost power down)
10:b61013738793 2015-04-23 el13sr Fixed bug when measuring 30 cm the display not responding.
9:4a319e9db41c 2015-04-23 el13sr Added missing documentation for 'void barchar()'; Fixed a wording error in documentation
8:fc978cfd5763 2015-04-18 el13sr Moved display initialization into the welcome screen function.
7:65bdd2d0d6ad 2015-04-11 el13sr Reformatted documentation for Doxygen [WARNING: untested Version]
6:d6afc4026a1d 2015-04-09 el13sr v0.5 - Added working modes and powered down ethernet.
5:c57cd4c57c40 2015-04-09 el13sr Fixed error in mode switching and a bar chart error where one rectangle was incorrectly set.
4:0bd5c189f2f3 2015-04-09 el13sr Cleaned up int main(); and added button to change modes and display the mode.
3:4e8fb4fb54df 2015-04-08 el13sr Logging and Serial Floating Points Fixed
2:ebcfecb68cca 2015-04-08 el13sr Print Distance & Print Chart
1:387d5e6fa05f 2015-04-08 el13sr Added Logging Functionality with Time Setting & Toggle Capabilities.
0:7d01de89a1ff 2015-04-08 el13sr Working Sensor + Intro Screen