Solutions for the PWM experiments for LPC812 MAX

Dependencies:   lpc812_exp_lib_PCF8591 mbed

Revision:
1:08c2337bfa7b
Parent:
0:6f393e96a8d1
--- a/main.cpp	Fri Nov 22 12:40:14 2013 +0000
+++ b/main.cpp	Mon Nov 25 12:01:00 2013 +0000
@@ -95,7 +95,7 @@
                     // set output low
                     greenLED = 0;
                 }
-                wait_us(delay);
+                wait_us(delay*5);
             }
         }        
     }