My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
30:e8eb64ad8526
Parent:
26:f57db8d6d79e
Child:
31:5ece593c49a7
--- a/main.cpp	Mon Oct 03 11:11:30 2016 +0000
+++ b/main.cpp	Mon Oct 03 13:13:48 2016 +0200
@@ -27,7 +27,7 @@
 float P = 0;
 float I = 0;
 float D = 0;
-float Ts = 0;
+float Ts = 4;
 
 int measuredTs = 0;