ELEC2645 Joseph Allison 200860349

Dependencies:   N5110 Tetris mbed

Revision:
7:dfb290c7958c
Parent:
6:9cb8171ca6df
--- a/main.h	Thu May 05 10:01:26 2016 +0000
+++ b/main.h	Thu May 05 10:41:45 2016 +0000
@@ -1,6 +1,6 @@
 /**
 @file main.h
-@breif Version 1.1
+@breif Version 1.2
 @author Joseph Allison
 @date 27/3/2016
 */
@@ -86,6 +86,11 @@
 InterruptIn down(PTC0); //PTC5
 
 /**
+Displays the splash Screen
+*/
+void startScreen();
+
+/**
 Sets up the mode and the rise settings of the button interrupts
 */
 void setupInterruptInputs();