First Draft, serial print change based on distance
History
final update to all comments
2022-02-04, by liam94 [Fri, 04 Feb 2022 18:30:13 +0000] rev 17
final update to all comments
added in a couple more objects that can be detected for variety, changed deadband in all comparisons to =/- 5 mm to avoid crossover
2022-02-04, by liam94 [Fri, 04 Feb 2022 16:29:33 +0000] rev 16
added in a couple more objects that can be detected for variety, changed deadband in all comparisons to =/- 5 mm to avoid crossover
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
2022-02-04, by liam94 [Fri, 04 Feb 2022 01:28:35 +0000] rev 15
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
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
2022-02-03, by liam94 [Thu, 03 Feb 2022 21:58:22 +0000] rev 14
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
removed the L button input and the print string references to it as it is no longer needed in the code
2022-02-03, by liam94 [Thu, 03 Feb 2022 21:43:40 +0000] rev 13
removed the L button input and the print string references to it as it is no longer needed in the code
added example code in ultrasonic library
2022-02-03, by liam94 [Thu, 03 Feb 2022 18:36:34 +0000] rev 12
added example code in ultrasonic library
renamed sensor program folder to ultrasonic to make it clearer to read and also removed bitmap library as it wasn't used
2022-02-03, by liam94 [Thu, 03 Feb 2022 17:43:32 +0000] rev 11
renamed sensor program folder to ultrasonic to make it clearer to read and also removed bitmap library as it wasn't used
sorted sensed object and array comparison for first object, added in text on display if object has been detected and what object it is.
2022-02-01, by liam94 [Tue, 01 Feb 2022 23:10:26 +0000] rev 10
sorted sensed object and array comparison for first object, added in text on display if object has been detected and what object it is.
added in array for first object that actual readings will be compared to, need to update the actual object comparison
2022-01-28, by liam94 [Fri, 28 Jan 2022 17:12:01 +0000] rev 9
added in array for first object that actual readings will be compared to, need to update the actual object comparison
improved commenting on main.cpp and .h files
2022-01-28, by liam94 [Fri, 28 Jan 2022 13:01:19 +0000] rev 8
improved commenting on main.cpp and .h files