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_control_R
Fork of MyLib by
Diff: Nunchuck/Nunchuck.cpp
- Revision:
- 9:1c0640c61fce
- Parent:
- 7:15e3890a6782
- Child:
- 10:d0b1160ee5c2
--- a/Nunchuck/Nunchuck.cpp Thu May 11 10:58:25 2017 +0000
+++ b/Nunchuck/Nunchuck.cpp Thu May 11 11:04:30 2017 +0000
@@ -89,7 +89,7 @@
double x = analogx();
double y = analogy();
- return atan2(y,x);
+ return atan2(y, x);
}
