Testing 1 blue pill

Dependencies:   mbed mbed-rtos TextLCD

Revision:
22:fc2186b610b5
Parent:
21:6d9f6a986647
Child:
23:07a368f2cdb1
diff -r 6d9f6a986647 -r fc2186b610b5 main.cpp
--- a/main.cpp	Thu Feb 14 10:22:54 2019 +0000
+++ b/main.cpp	Sat Feb 16 12:43:26 2019 +0000
@@ -1,6 +1,6 @@
 #include "SETUP.hpp"
 
-#define Debounce_Time 500
+#define Debounce_Time 50
 INTERFACE INTERFACE(20);
 //Thread Functions
 void up_signal_rise(){up_thread.signal_set(1);}            //Sets the up thread to operate
@@ -124,7 +124,7 @@
     
     //Output data to lcd prior to main code starting
     
-    //INTERFACE.Interface_Init();
+    INTERFACE.Interface_Init();
     lcd.printf("Ready   Player\n");
     lcd.printf("     One      \n");
     Thread::wait(1000);