Examples for mFS.

Dependencies:   mbed

Committer:
HBP
Date:
Thu Feb 24 00:02:58 2011 +0000
Revision:
3:fa4e0fea475b
Parent:
0:6b88a0d4bab8
-16bit block number version

Who changed what in which revision?

UserRevisionLine numberNew 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