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

Revisions of main.cpp

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