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.
Diff: HbManager.h
- Revision:
- 23:79e20be4bc5b
- Parent:
- 22:24c9c2dedca9
- Child:
- 24:c5945aaae777
--- a/HbManager.h Thu Dec 06 11:03:13 2018 +0000 +++ b/HbManager.h Sat Dec 08 12:08:25 2018 +0000 @@ -34,6 +34,12 @@ void controlMotor(); void controlEngine(); void getUserCommand(); + + bool chkOverIDLE(); + bool chkInRangeIDLE(); + bool chkSWUserOpe(HbUserOpe::SW_TYPE stype); + bool chkSWUserOpeAny(); + typUserSw getUserSw(); }; /////////////////////////////////////////////////////////////////////