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.
Revision 3:37e5ebd509ea, committed 2011-12-17
- Comitter:
- bediyap
- Date:
- Sat Dec 17 06:59:19 2011 +0000
- Parent:
- 2:5c2bfbd63297
- Commit message:
- disable serial
todo:
auto detect wii disconnection due to battery failure ...
Changed in this revision
TestShell.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/TestShell.cpp Sat Dec 17 06:53:39 2011 +0000 +++ b/TestShell.cpp Sat Dec 17 06:59:19 2011 +0000 @@ -382,6 +382,9 @@ myWiiMAC = wiiMAC; for(;;) { + + USBLoop(); + /* const char* cmd = ReadLine(); if (strcmp(cmd,"scan") == 0 || strcmp(cmd,"inquiry") == 0) Inquiry(); @@ -398,6 +401,7 @@ } else { printf("eh? %s\n",cmd); } + */ } } };