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: mbed
Fork of CDS_HelloWorld_WIZwiki-W7500 by
Revision 2:560e0b46e225, committed 2015-07-10
- Comitter:
- IOP
- Date:
- Fri Jul 10 06:33:19 2015 +0000
- Parent:
- 1:ab168b3ccfe7
- Commit message:
- comment changed
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jul 10 05:47:16 2015 +0000
+++ b/main.cpp Fri Jul 10 06:33:19 2015 +0000
@@ -22,12 +22,12 @@
printf("===========================================\n\r");
wait(1);
- //Status is dark.
+ //Status is bright.
if(CDS_data < 500){
redled = 1;
blueled = 0;
}
- //Status is bright.
+ //Status is dark.
else {
redled = 0;
blueled = 1;
