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:
- 55:d1a00f344351
- Parent:
- 54:75dc5c3b7cfc
- Child:
- 56:c9389039ecc9
diff -r 75dc5c3b7cfc -r d1a00f344351 main.cpp
--- a/main.cpp Wed Oct 19 19:53:19 2016 +0200
+++ b/main.cpp Wed Oct 19 18:08:23 2016 +0000
@@ -164,7 +164,7 @@
activeScreen = new CalibrateScreen(&nextScreen, &ballOnPlate, &calStarted, &calFinished, &calPoint, &calHeldTime);
break;
case Screen::SQUARE_SCREEN :
- activeScreen = new SquareScreen(&nextScreen,*xSP, &ySP, &ballOnPlate, &started );
+ activeScreen = new SquareScreen(&nextScreen,&xSP, &ySP, &ballOnPlate, &started );
break;
}
activeScreen->Draw();