Dependencies:   mbed

Revision:
0:f9691e8d9ff9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Objects.h	Thu Nov 26 16:06:59 2009 +0000
@@ -0,0 +1,9 @@
+// Some global objects
+#include "mbed.h"
+
+extern LocalFileSystem local;
+extern FILE *fp;
+extern int GlobalInt;
+extern Serial pc;
+extern DigitalOut led1;
+