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:
- 9:8024861fccac
- Parent:
- 8:57d988783b45
- Child:
- 11:56bd3affbbfc
diff -r 57d988783b45 -r 8024861fccac BluetoothComm.h --- a/BluetoothComm.h Wed Feb 25 21:59:38 2015 +0000 +++ b/BluetoothComm.h Mon Mar 02 20:05:40 2015 +0000 @@ -88,6 +88,11 @@ static const char EXTEND_IND = 0x13; static const char LOCK_IND = 0x14; static const char RATE_IND = 0x15; + static const char SUASST_IND = 0x16; + static const char SUTIME_IND = 0x17; + static const char SDASST_IND = 0x18; + static const char SDTIME_IND = 0x19; + static const char WALK_IND = 0x1a; //Indicates a readonly request static const char READONLY_IND = 0x1f;