Examples for mFS.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers common.h Source File

common.h

00001 #include "mbed.h"
00002 #include "mfs.h"
00003 
00004 #ifndef common_defs
00005 #define common_defs 1
00006 
00007 typedef unsigned short int uint16;
00008 
00009 extern Serial pc(USBTX, USBRX);
00010 
00011 #endif