Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter
Diff: main.cpp
- Revision:
- 20:70c5b1e499f0
- Parent:
- 19:ef78ac1a98f8
- Child:
- 22:dd9ff475b34c
--- a/main.cpp Sun Oct 02 18:45:48 2016 +0200
+++ b/main.cpp Sun Oct 02 23:16:00 2016 +0200
@@ -87,6 +87,9 @@
case Screen::AUTOMATIC_MORE_SCREEN :
activeScreen = new AutomaticMoreScreen(&nextScreen);
break;
+ case Screen::MANUAL_SETPOINT_SCREEN :
+ activeScreen = new ManualSetpointScreen(&nextScreen, &xSP, &ySP);
+ break;
}
activeScreen->Draw();