Shows how to use an object from multiple .cpp files

Dependencies:   mbed

Revision:
0:3a1f649f1e2e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Global.cpp	Wed Aug 17 07:16:56 2011 +0000
@@ -0,0 +1,3 @@
+#include "Global.h"
+
+DigitalOut myled(LED1);
\ No newline at end of file