LED flashing

Dependencies:   mbed

Fork of Robotics_LED by No.9 Robotics

Revision:
2:5bdcacc40e5a
Parent:
1:d5cf0fdad0f1
Child:
3:4cb456c1cab6
--- a/main.cpp	Mon Feb 29 16:11:39 2016 +0000
+++ b/main.cpp	Tue Mar 01 06:05:59 2016 +0000
@@ -39,7 +39,7 @@
         {
             // led_1 flashes
             led_1 = 1;
-            wait_ms(1);
+            wait_ms(2);
             led_1 = 0;
             
             // reset timer_1_counter to zero