Testing 1 blue pill

Dependencies:   mbed mbed-rtos TextLCD

Revision:
23:07a368f2cdb1
Parent:
22:fc2186b610b5
Child:
24:728de4bf961e
diff -r fc2186b610b5 -r 07a368f2cdb1 SETUP.hpp
--- a/SETUP.hpp	Sat Feb 16 12:43:26 2019 +0000
+++ b/SETUP.hpp	Sat Feb 16 15:19:21 2019 +0000
@@ -9,6 +9,9 @@
 #include "rtos.h"
 #include "STEPPER_MOTOR.hpp"
 #include "Interface.hpp"
+
+#define Debounce_Time 50
+INTERFACE INTERFACE(20);
 //If the code compiles GET IN THE BIN
 //Interrupt In for the button control to the interface
 InterruptIn button_up(D8);    //D8//Increment Button
@@ -40,6 +43,7 @@
 
 //Serial Terminal setup for debugging
 Serial pc(USBTX, USBRX);         //Define serial namespace so the serial comms can be printed to
+
 #endif 
 
 //Useful information