mylibrary

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);
 }