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: RemoteIR TextLCD
Revision 3:4c5c556c97a3, committed 2020-09-02
- Comitter:
- faker_71
- Date:
- Wed Sep 02 00:46:11 2020 +0000
- Parent:
- 2:1bf376317a43
- Commit message:
- wifi
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1bf376317a43 -r 4c5c556c97a3 main.cpp
--- a/main.cpp Tue Aug 25 00:10:20 2020 +0000
+++ b/main.cpp Wed Sep 02 00:46:11 2020 +0000
@@ -320,6 +320,11 @@
display(); */
}
+ if( strstr(webdata, "LEFT") != NULL ) {
+ led4=!led4;
+ pc.printf("mode = RIGHT\r\n");
+
+ }
/*
if( strstr(webdata, "RIGHT") != NULL ) {
led4=!led4;