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
Diff: main.cpp
- Revision:
- 3:b4272b24707b
- Parent:
- 0:fe7126797254
- Child:
- 4:9866fbe66750
--- a/main.cpp Fri Jul 10 05:47:16 2015 +0000 +++ b/main.cpp Fri Jul 10 06:34:28 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;