First Draft, serial print change based on distance

Revisions of main.h

Revision Date Message Actions
15:d8ff594535fc 2022-02-04 general tidy up, commented out "sense" integer and values that are no longer used and condensed the distance integers onto one line in the .h file File  Diff  Annotate
14:837945ccd8c0 2022-02-03 added in new library titled "beep" to interface with the buzzer, used this library to make the buzzer sound for 0.5 seconds to indicate to the user when a reading has been taken File  Diff  Annotate
13:cc99df342c7f 2022-02-03 removed the L button input and the print string references to it as it is no longer needed in the code File  Diff  Annotate
11:5a895d966a3e 2022-02-03 renamed sensor program folder to ultrasonic to make it clearer to read and also removed bitmap library as it wasn't used File  Diff  Annotate
10:be53044119d1 2022-02-01 sorted sensed object and array comparison for first object, added in text on display if object has been detected and what object it is. File  Diff  Annotate
9:ada61082bbaa 2022-01-28 added in array for first object that actual readings will be compared to, need to update the actual object comparison File  Diff  Annotate
8:7e48229d678c 2022-01-28 improved commenting on main.cpp and .h files File  Diff  Annotate
7:7464fbb0f3e1 2022-01-26 added calibration screen that displays current sensor distance on LCD File  Diff  Annotate
6:18a4dd77057e 2022-01-24 added in calibration screen and back buttons for menu File  Diff  Annotate
5:98845ccaaacd 2022-01-22 added in menu (main menu and selection to object detection) File  Diff  Annotate