This code contains the game Starship designed for the STM32F429i-DISC1 board. It requires a keyboard to play.

Dependencies:   Starship LCD_DISCO_F429ZI USBHost mbed

Dependents:   Starship

Revision:
1:527a11035e0b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Fri Nov 17 02:23:33 2017 +0000
@@ -0,0 +1,11 @@
+#ifndef __MAIN
+#define __MAIN
+extern "C"
+{
+#include "Game.h"
+}
+#include "mbed.h"
+#include "LCD_DISCO_F429ZI.h"
+#include "USBHostKeyboard.h"
+enum Stage{Start,Play,Pause,NextLevel,LostLife,GameOver};
+#endif
\ No newline at end of file