Guillaume Lefrant / Mbed 2 deprecated gtvl2_game

Dependencies:   C12832 FXOS8700Q mbed-rtos mbed

Revision:
0:9ec880239b3c
Child:
1:c6734b909bf0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Mon Feb 15 18:18:16 2016 +0000
@@ -0,0 +1,18 @@
+#ifndef _MAIN_H_
+# define _MAIN_H_
+
+# include "mbed.h"
+# include "rtos.h"
+# include "C12832.h"
+# include "FXOS8700Q.h"
+
+# define DISPLAY_X 127
+# define DISPLAY_Y 31
+# define DELTA_MOVE 1000.0f
+# define DELTA_TIME 100
+# define START_THREAD 999
+
+// # define _DEBUG
+# undef _DEBUG
+
+#endif /* _MAIN_H_ */
\ No newline at end of file