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.
Diff: main.cpp
- Revision:
- 1:e28c7063fcd6
- Parent:
- 0:e27445dfcf3f
- Child:
- 2:748d7682d43c
--- a/main.cpp Thu May 05 00:34:12 2016 +0000
+++ b/main.cpp Thu May 05 09:12:43 2016 +0000
@@ -33,10 +33,6 @@
-// example of drawing lines
-// set x and y of moving lines
-
-
calibrateJoystick(); // get centred values of joystick
pollJoystick.attach(&updateJoystick,1.0/10.0); // read joystick 10 times per second