Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Gamepad N5110 mbed
Diff: main.cpp
- Revision:
- 9:6ee4c806f3e9
- Parent:
- 8:3899d883d329
--- a/main.cpp Thu May 04 13:28:46 2017 +0000
+++ b/main.cpp Thu May 04 14:20:35 2017 +0000
@@ -3,6 +3,12 @@
#include "Engine.h"
#include "Gamepad.h"
+/**
+*Tetris
+*Author Guanxiong Su
+*Date May 2017
+*/
+
struct UserInput {
Direction d;
};
@@ -49,7 +55,7 @@
{
lcd.printString(" Welcome ",0,2);
lcd.printString(" Tetris ",0,3);
- lcd.printString(" Press Start ",0,5);
+ lcd.printString(" Press Start ",0,4);
lcd.refresh();
// flashing LEDs until start button is pressed