My final year project
Dependencies: BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter
Diff: Screens/AutomaticControlScreen.hpp
- Revision:
- 17:3b6d66253c97
- Parent:
- 16:6b553c9008ec
diff -r 6b553c9008ec -r 3b6d66253c97 Screens/AutomaticControlScreen.hpp --- a/Screens/AutomaticControlScreen.hpp Sun Oct 02 10:17:55 2016 +0000 +++ b/Screens/AutomaticControlScreen.hpp Sun Oct 02 10:43:13 2016 +0000 @@ -16,7 +16,7 @@ Button _btBack; Button _btSettings; Button _btStart; - //Button _btStop; + Button _btStop; Button _btMore; NumericLabel<int> _nlbTs; Graph _gXPos; @@ -30,9 +30,5 @@ int *_ballOnPlate; float *_xSP; float *_ySP; - - - - }; #endif