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.
Dependents: Data-Management-Honka
Diff: BluetoothComm.h
- Revision:
- 19:f3eece6c024f
- Parent:
- 18:34ccf02fdbe7
- Child:
- 20:be8dcc2344bc
--- a/BluetoothComm.h Fri Apr 24 19:32:36 2015 +0000 +++ b/BluetoothComm.h Mon Apr 27 21:58:27 2015 +0000 @@ -99,9 +99,9 @@ static const char WALK_IND = 0x1a; static const char STEPLEN_IND = 0x1b; static const char STEPTIME_IND = 0x1c; - static const char FLEXION_IND = 0x1d; - static const char SHIFT_IND = 0x1e; - static const char WALKSPEED_IND = 0x1f; + static const char MAXAMP_IND = 0x1d; + static const char STANCESTART_IND = 0x1e; + static const char STANCEEND_IND = 0x1f; //Indicates a readonly request static const char READONLY_IND = 0x3f;