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/USBJoystick.h
- Revision:
- 108:bd5d4bd4383b
- Parent:
- 99:8139b0c274f4
- Child:
- 113:7330439f2ffc
--- a/USBJoystick/USBJoystick.h Mon Feb 03 22:09:37 2020 +0000
+++ b/USBJoystick/USBJoystick.h Tue Feb 18 21:33:30 2020 +0000
@@ -196,6 +196,14 @@
*/
bool sendPlungerStatusBarcode(
int nbits, int codetype, int startOfs, int pixPerBit, int raw, int mask);
+
+ /**
+ * Send a quadrature sensor status report header.
+ *
+ * @param chA channel "A" reading
+ * @param chB channel "B" reading
+ */
+ bool sendPlungerStatusQuadrature(int chA, int chB);
/**
* Write an exposure report. We'll fill out a report with as many pixels as
