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: GlobalObjects.h
- Revision:
- 4:95fe80130442
- Parent:
- 3:c3d716d6c6a7
--- a/GlobalObjects.h Thu Mar 26 23:41:44 2015 +0000 +++ b/GlobalObjects.h Fri Mar 27 03:53:57 2015 +0000 @@ -15,6 +15,7 @@ int currentFloor = 1; int movingDirection = 0; //1 for forward, -1 for reverse, 0 for stopping +int irFlag = 0; void floorChosen(int); void doStopOperation();