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
globals.h@0:ca74c2573e8d, 2011-11-09 (annotated)
- Committer:
- Nurbol
- Date:
- Wed Nov 09 17:09:08 2011 +0000
- Revision:
- 0:ca74c2573e8d
- Child:
- 1:804ea67c7003
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Nurbol | 0:ca74c2573e8d | 1 | // |
Nurbol | 0:ca74c2573e8d | 2 | // globals.h : file to hold some general global defines, |
Nurbol | 0:ca74c2573e8d | 3 | // ========= |
Nurbol | 0:ca74c2573e8d | 4 | // |
Nurbol | 0:ca74c2573e8d | 5 | #include "mbed.h" |
Nurbol | 0:ca74c2573e8d | 6 | |
Nurbol | 0:ca74c2573e8d | 7 | #ifndef GLOBALS_H |
Nurbol | 0:ca74c2573e8d | 8 | #define GLOBALS_H |
Nurbol | 0:ca74c2573e8d | 9 | |
Nurbol | 0:ca74c2573e8d | 10 | #define FOREVER for(;;) |
Nurbol | 0:ca74c2573e8d | 11 | |
Nurbol | 0:ca74c2573e8d | 12 | // |
Nurbol | 0:ca74c2573e8d | 13 | // I/O objects defined elswhere |
Nurbol | 0:ca74c2573e8d | 14 | // |
Nurbol | 0:ca74c2573e8d | 15 | extern Serial pc; // allows this object to be seen in all other files |
Nurbol | 0:ca74c2573e8d | 16 | |
Nurbol | 0:ca74c2573e8d | 17 | |
Nurbol | 0:ca74c2573e8d | 18 | #endif |