文渤 刘 / Mbed 2 deprecated Tetris

Dependencies:   mbed N5110 Joystick

Revision:
2:4fd751cc1af7
Parent:
0:283702b9a078
--- a/gaming/gaming.h	Fri Apr 09 07:00:20 2021 +0000
+++ b/gaming/gaming.h	Wed Apr 14 14:12:26 2021 +0000
@@ -0,0 +1,11 @@
+#ifndef GAMING_H
+#define GAMING_H
+
+// include the different header files
+
+#include "mbed.h"
+#include "Joystick.h"
+
+void gaming();
+
+#endif
\ No newline at end of file