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.
protocol.h
- Committer:
- Xiaofei
- Date:
- 2015-11-21
- Revision:
- 0:1e6560189dfa
- Child:
- 1:2af5ac5be09c
File content as of revision 0:1e6560189dfa:
#ifndef PROTOCOL_H
#define PROTOCOL_H
const char LED = 0x00;
const char TURN_LEFT = 0x01;
const char TURN_RIGHT = 0x02;
const char MOVE_FORWARD = 0x03;
const char MOVE_BACKWARD = 0x04;
const char STOP = 0x05;
#endif //PROTOCOL_H