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.
Dependents: robocon2017mbed_contoroler_L2
Fork of MyLib by
Diff: Nunchuck/Nunchuck.cpp
- Revision:
- 11:08d8bd103eda
- Parent:
- 10:d0b1160ee5c2
- Child:
- 12:479a1f294781
--- a/Nunchuck/Nunchuck.cpp Thu May 11 12:55:05 2017 +0000
+++ b/Nunchuck/Nunchuck.cpp Fri Oct 13 09:35:30 2017 +0000
@@ -35,6 +35,8 @@
for(int i = 0; i < 6; ++i)
data[i] = (data[i] ^ 0x17) + 0x17;
}
+ }else{
+ flag = false;
}
}
else
