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.
Fork of Communication_Robot by
Revision 4:7ebd932a9bef, committed 2015-12-08
- Comitter:
- Tiz
- Date:
- Tue Dec 08 21:04:18 2015 +0000
- Parent:
- 3:2f334f0cee75
- Commit message:
- dee
Changed in this revision
protocol.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/protocol.h Mon Mar 02 05:52:56 2015 +0000 +++ b/protocol.h Tue Dec 08 21:04:18 2015 +0000 @@ -27,9 +27,12 @@ //Instruction Control -#define ANDANTE_SPEED_CONTROL 0x01 -#define ANDANTE_FRONT_ANGLE 0x02 -#define ANDANTE_REAR_ANGLE 0x04 +#define SET_GOAL_POSITION 0x01 +#define GET_GOAL_POSITION 0x02 +//Instruction Set +#define PING 0x01 +#define READ_DATA 0x02 +#define WRITE_DATA 0x03 //Instruction Sensor