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.
Dependencies: mbed FastIO FastPWM USBDevice
Fork of Pinscape_Controller by
Diff: USBJoystick.cpp
- Revision:
- 2:c174f9ee414a
- Parent:
- 1:d913e0afb2ac
--- a/USBJoystick.cpp Wed Jul 16 23:33:12 2014 +0000
+++ b/USBJoystick.cpp Tue Jul 22 04:33:47 2014 +0000
@@ -42,7 +42,7 @@
report.data[4] = _z & 0xff;
report.length = 5;
- return send(&report);
+ return sendNB(&report);
}
bool USBJoystick::move(int16_t x, int16_t y) {
