Project Template for Headstart Course 2017

Dependencies:   N5110 ShiftReg Tone mbed

Fork of 1620_Project_Template by Craig Evans

Revision:
2:0f91b789d90a
Parent:
1:76241e21ec61
Child:
3:625925922d09
--- a/ModeC/ModeC.cpp	Mon Mar 13 07:01:51 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#include "ModeC.h"
-
-void mode_C()
-{
-
-    lcd.clear();
-    lcd.printString("Mode C",0,0);
-    lcd.refresh();
-    wait_ms(250);  // small delay to prevent previous press being detected again
-
-    while (button_c.read() == 0) {
-
-        // code goes in here - this acts like the main while(1) loop
-
-
-    }
-
-}
\ No newline at end of file