Solutions for the PWM experiments for LPC812 MAX
Dependencies: lpc812_exp_lib_PCF8591 mbed
Revision 1:08c2337bfa7b, committed 2013-11-25
- Comitter:
- embeddedartists
- Date:
- Mon Nov 25 12:01:00 2013 +0000
- Parent:
- 0:6f393e96a8d1
- Commit message:
- Fixed part 3
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6f393e96a8d1 -r 08c2337bfa7b main.cpp --- 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); } } }