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.
Dependents: state_machine_modes25_11_11 state_machine_modes29_11_11 state_machine_modes_1_12_11 state_machine_modes_1_12_11_11h
Diff: globals.h
- Revision:
- 0:ca74c2573e8d
- Child:
- 1:804ea67c7003
diff -r 000000000000 -r ca74c2573e8d globals.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/globals.h Wed Nov 09 17:09:08 2011 +0000 @@ -0,0 +1,18 @@ +// +// globals.h : file to hold some general global defines, +// ========= +// +#include "mbed.h" + +#ifndef GLOBALS_H +#define GLOBALS_H + +#define FOREVER for(;;) + +// +// I/O objects defined elswhere +// +extern Serial pc; // allows this object to be seen in all other files + + +#endif \ No newline at end of file