wifi only 基準コード
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 |
--- 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;