First Draft, serial print change based on distance

Changes

RevisionDateWhoCommit message
17:02676e9bbc73 2022-02-04 liam94 final update to all comments default tip
16:af15244242c2 2022-02-04 liam94 added in a couple more objects that can be detected for variety, changed deadband in all comparisons to =/- 5 mm to avoid crossover
15:d8ff594535fc 2022-02-04 liam94 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
14:837945ccd8c0 2022-02-03 liam94 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
13:cc99df342c7f 2022-02-03 liam94 removed the L button input and the print string references to it as it is no longer needed in the code
12:b562893a1445 2022-02-03 liam94 added example code in ultrasonic library
11:5a895d966a3e 2022-02-03 liam94 renamed sensor program folder to ultrasonic to make it clearer to read and also removed bitmap library as it wasn't used
10:be53044119d1 2022-02-01 liam94 sorted sensed object and array comparison for first object, added in text on display if object has been detected and what object it is.
9:ada61082bbaa 2022-01-28 liam94 added in array for first object that actual readings will be compared to, need to update the actual object comparison
8:7e48229d678c 2022-01-28 liam94 improved commenting on main.cpp and .h files
7:7464fbb0f3e1 2022-01-26 liam94 added calibration screen that displays current sensor distance on LCD
6:18a4dd77057e 2022-01-24 liam94 added in calibration screen and back buttons for menu
5:98845ccaaacd 2022-01-22 liam94 added in menu (main menu and selection to object detection)
4:77500a7f951d 2022-01-22 liam94 added LCD text strings
3:0b0fbddb6f51 2022-01-21 liam94 added R and L buttons presses in so that the user has to press when they are ready to rotate object and in which direction
2:3ace5b4ae9a7 2022-01-21 liam94 added bus output for LEDs on board and switch states to cycle through
1:a1795335ef8c 2021-12-16 liam94 Vnice
0:506531d0531c 2021-12-04 liam94 1st Draft