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 Application by
Revision 15:2a20c3d2616e, committed 2018-02-15
- 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); } }