My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
42:29ce1ff3b220
Parent:
41:204e2788fb46
Child:
44:560ed042317c
--- a/main.cpp	Sat Oct 08 19:30:36 2016 +0200
+++ b/main.cpp	Sat Oct 08 19:05:59 2016 +0000
@@ -185,7 +185,7 @@
 void Automatic()
 {
   //TODO Add automatic control mode logic
-  ballOnPlate = plate.ToucheDetected();
+  ballOnPlate = plate.TouchDetected();
 
   if( ballOnPlate )
   {