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:
- 0:249f6f78cd05
- Child:
- 1:cb6811ef87de
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parameters.h Fri Jul 12 05:16:46 2013 +0000 @@ -0,0 +1,19 @@ +#ifndef PARAMETERS_H +#define PARAMETERS_H + + +#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 + + +int phase1, phase2; +int amp1, amp2; +int state; + + +#endif \ No newline at end of file