a led demo code

Dependents:   Nucleo_F411RE_OS_Robot_Tank

Revision:
1:6cb3a93ae325
Parent:
0:651a5dcc2df6
--- a/LED.cpp	Mon Jun 18 08:46:12 2018 +0000
+++ b/LED.cpp	Mon Jun 18 08:57:16 2018 +0000
@@ -19,4 +19,6 @@
     
 void LED::LED_Troggle(){
     led = !led;
-    }
\ No newline at end of file
+    }
+    
+    
\ No newline at end of file