Max Mujica
/
XbeeHomeAutomationFork
asdf
Fork of XbeeHomeAutomation by
Revision 2:62271bcaa4a7, committed 2013-11-26
- Comitter:
- mmujica6
- Date:
- Tue Nov 26 01:34:45 2013 +0000
- Parent:
- 1:ecbee6eb3020
- Commit message:
- Changed 1 to 0
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Nov 26 01:33:04 2013 +0000 +++ b/main.cpp Tue Nov 26 01:34:45 2013 +0000 @@ -4,7 +4,7 @@ DigitalOut myled2(LED2); int main() { while(1) { - myled = 1; + myled = 0; wait(0.2); myled = 0; wait(0.2);