working commands. singleton deleted

Dependents:   GonioTrainer

Revision:
2:c9e47ac47edb
Parent:
0:e188325211af
Child:
4:f81029197ab2
--- a/Command.h	Sun Jun 07 14:11:14 2015 +0000
+++ b/Command.h	Sun Jun 07 17:49:23 2015 +0000
@@ -4,7 +4,9 @@
 #include "mbed.h"
 
 class Command {  
+
   public:
+  
   virtual void initialize()= 0;
   virtual void execute()= 0;    
   virtual void button()= 0;