Testing 1 blue pill

Dependencies:   mbed mbed-rtos TextLCD

Revision:
27:22d6fd88828e
Parent:
26:83550fc299aa
Child:
28:3193157ebb0c
--- a/SETUP.hpp	Tue Feb 19 14:40:01 2019 +0000
+++ b/SETUP.hpp	Fri Mar 01 21:57:59 2019 +0000
@@ -13,8 +13,6 @@
 
 #define Debounce_Time 100//200 works fine
 INTERFACE INTERFACE;
-//If the code compiles GET IN THE BIN
-
     
 //Digital Outputs
 DigitalOut led1(LED1);
@@ -43,29 +41,4 @@
 //Serial Terminal setup for debugging
 Serial pc(USBTX, USBRX);         //Define serial namespace so the serial comms can be printed to
 
-#endif 
-
-//Useful information
-/*
-    Function 0 = Turn
-    Function 1 = Anneal
-    Function 2 = Test
-    
-    Black :Reset     : HardWired
-    Red   :Up        : D8
-    Orange:Down      : A1
-    Brown :Start/Stop: D9
-    Green :Select    : A3
-    Yellow:Function  : A4
-    
-    
-    //Led Outputs //check the pin outs.
-    static DigitalOut Led_Select_Left(D2);
-    static DigitalOut Led_Select_Right(D3);
-    static DigitalOut Led_Power(A3);
-  
-    TextLCD lcd(D0,D1,D4,D5,D6,D7); // rs, e, d4-d7
-    TendonPower (PWM) pin is PE_8  one below d0
-    STEPPER_MOTOR STEPPER_MOTOR_1(D15,D14,D13,D12) this is defined in interface.hpp
-*/
-    
\ No newline at end of file
+#endif 
\ No newline at end of file