
Examples for mFS.
common.h@0:6b88a0d4bab8, 2011-02-21 (annotated)
- Committer:
- HBP
- Date:
- Mon Feb 21 07:40:36 2011 +0000
- Revision:
- 0:6b88a0d4bab8
Initial release
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
HBP | 0:6b88a0d4bab8 | 1 | #include "mbed.h" |
HBP | 0:6b88a0d4bab8 | 2 | #include "mfs.h" |
HBP | 0:6b88a0d4bab8 | 3 | |
HBP | 0:6b88a0d4bab8 | 4 | #ifndef common_defs |
HBP | 0:6b88a0d4bab8 | 5 | #define common_defs 1 |
HBP | 0:6b88a0d4bab8 | 6 | |
HBP | 0:6b88a0d4bab8 | 7 | typedef unsigned short int uint16; |
HBP | 0:6b88a0d4bab8 | 8 | |
HBP | 0:6b88a0d4bab8 | 9 | extern Serial pc(USBTX, USBRX); |
HBP | 0:6b88a0d4bab8 | 10 | |
HBP | 0:6b88a0d4bab8 | 11 | #endif |