working commands. singleton deleted

Dependents:   GonioTrainer

Revision:
0:e188325211af
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commands.h	Thu Jun 04 10:56:18 2015 +0000
@@ -0,0 +1,11 @@
+#ifndef _COMMANDS_H_
+#define _COMMANDS_H_
+
+#include "Command.h"
+#include "TrainingCommand.h"
+#include "OfflineCommand.h"
+#include "IdleCommand.h"
+#include "SleepCommand.h"
+#include "ReadCommand.h"
+
+#endif /* _COMMANDS_H_ */
\ No newline at end of file