,,

Fork of Application by Daniel Sygut

Files at this revision

API Documentation at this revision

Comitter:
Zaitsev
Date:
Thu Feb 15 14:29:23 2018 +0000
Parent:
14:3eee9e20da88
Commit message:
j

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Feb 15 12:02:18 2018 +0000
+++ b/main.cpp	Thu Feb 15 14:29:23 2018 +0000
@@ -32,7 +32,7 @@
         y = (getAccY());
         z = (getAccZ());
         printf("X: %1.2f, Y: %1.2f, Z: %1.2f\n", x, y, z);
-        mouse.move(x, y);
+        mouse.move(x/100, y/100);
         wait(0.01);
     }
 }