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.
Fork of WiiChuk_compat by
Revision 4:bf058247fb2f, committed 2017-01-04
- Comitter:
- eisd
- Date:
- Wed Jan 04 06:20:50 2017 +0000
- Parent:
- 3:2431ea9893be
- Commit message:
- Reduce debugging
Changed in this revision
WiiChuk_compat.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2431ea9893be -r bf058247fb2f WiiChuk_compat.cpp --- a/WiiChuk_compat.cpp Sat Jun 25 07:19:32 2016 +0000 +++ b/WiiChuk_compat.cpp Wed Jan 04 06:20:50 2017 +0000 @@ -16,7 +16,7 @@ } cmd[0] = 0xfb; cmd[1]= 0x00; - pc.printf("%i\r\n", _i2c.write(NUNCHUCK_ADDR, (const char*)cmd, sizeof(cmd), true)); + //pc.printf("%i\r\n", _i2c.write(NUNCHUCK_ADDR, (const char*)cmd, sizeof(cmd), true)); _oldC = 0; _oldZ = 0;