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: Screens/ManualControlScreen.cpp
- Revision:
- 49:a907d4f447a9
- Parent:
- 14:5beb6b4850b7
- Child:
- 53:15027ce49702
--- a/Screens/ManualControlScreen.cpp Mon Oct 10 06:27:44 2016 +0000 +++ b/Screens/ManualControlScreen.cpp Wed Oct 12 00:06:26 2016 +0000 @@ -44,6 +44,6 @@ void ManualControlScreen::SetValues() { - *_alpha = _tpManual.GetX(); - *_beta = _tpManual.GetY(); + *_beta = _tpManual.GetX(); + *_alpha = _tpManual.GetY(); }