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 AigamozuControlPackets by
Diff: AigamozuControlPackets.h
- Revision:
- 1:80448565c15c
- Parent:
- 0:2b8b56ac7a82
- Child:
- 2:3f2d4f53ceed
--- a/AigamozuControlPackets.h Fri May 30 15:33:50 2014 +0000 +++ b/AigamozuControlPackets.h Wed Jun 04 09:12:20 2014 +0000 @@ -9,8 +9,8 @@ enum COMMAND_TYPE {MANUAL = 'M', STATUS_REQUEST = 'S', CHANGE_MODE = 'C', RECEIVE_STATUS = 'R'}; -enum MODE {STANDBY_MODE, MANUAL_MODE,AUTO_MODE}; -enum STATUS {NORMAL,BUSY}; +enum MODE {STANDBY_MODE = 0, MANUAL_MODE = 1,AUTO_MODE = 2}; +enum STATUS {GPS_AVAIL = 0, GPS_UNAVAIL = 1}; union TEST_T{ long a;