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: parameters.h
- Revision:
- 1:cb6811ef87de
- Parent:
- 0:249f6f78cd05
- Child:
- 2:45db4f4ca70d
--- a/parameters.h Fri Jul 12 05:16:46 2013 +0000 +++ b/parameters.h Fri Jul 12 17:14:01 2013 +0000 @@ -1,14 +1,15 @@ #ifndef PARAMETERS_H #define PARAMETERS_H - +#define MODE_IDLE 0 #define MODE_CHA1PHA 1 #define MODE_CHA1AMP 2 #define MODE_CHA2PHA 3 #define MODE_CHA2AMP 4 #define MODE_DISPLAY 5 #define MODE_SEND 6 -#define MODE_ERR 7 +#define MODE_HELP 7 +#define MODE_ERR 8 int phase1, phase2;