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 analoghalls6 by
includes.h@4:fdadf4a3577a, 2015-03-02 (annotated)
- Committer:
- nki
- Date:
- Mon Mar 02 11:17:15 2015 +0000
- Revision:
- 4:fdadf4a3577a
- Parent:
- 0:54cf32d35f4d
- Child:
- 5:ee1e6c84c302
motor spins;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bwang | 0:54cf32d35f4d | 1 | #ifndef __INCLUDES_H |
bwang | 0:54cf32d35f4d | 2 | #define __INCLUDES_H |
bwang | 0:54cf32d35f4d | 3 | |
bwang | 0:54cf32d35f4d | 4 | #include "mbed.h" |
nki | 4:fdadf4a3577a | 5 | #include "config.h" |
nki | 4:fdadf4a3577a | 6 | |
nki | 4:fdadf4a3577a | 7 | #ifdef __DEBUG |
nki | 4:fdadf4a3577a | 8 | extern Serial *pc; |
nki | 4:fdadf4a3577a | 9 | #endif |
bwang | 0:54cf32d35f4d | 10 | |
bwang | 0:54cf32d35f4d | 11 | #endif |