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: communication.h
- Revision:
- 5:320244af8c99
- Parent:
- 4:aabcf54fcc0c
- Child:
- 6:000b25806640
--- a/communication.h Mon Apr 03 17:38:43 2017 +0000 +++ b/communication.h Mon Apr 03 17:44:24 2017 +0000 @@ -4,7 +4,7 @@ //Log command params #define SPEED_STATE_INDEX 0x01 -#define SPEED_STATE_IDLE 0xFF +#define SPEED_STATE_IDLE 0x04 #define SPEED_STATE_SLOW 0x01 #define SPEED_STATE_FAST 0x02 #define SPEED_STATE_STOP 0x10