Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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);
}
}
}