Quadrature encoder interface library.
Dependents: pinball pinball-sensZero
Diff: QEI.h
- Revision:
- 1:ac2a0f349f8e
- Parent:
- 0:5c2ad81551aa
--- a/QEI.h Thu Sep 02 16:48:55 2010 +0000
+++ b/QEI.h Sun Jun 02 14:42:18 2019 +0000
@@ -176,7 +176,7 @@
* of only channel A where as X4 uses them on both
* channels.
*/
- QEI(PinName channelA, PinName channelB, PinName index, int pulsesPerRev, Encoding encoding = X2_ENCODING);
+ QEI(PinName channelA, PinName channelB, PinName index, int pulsesPerRev, Encoding encoding = X4_ENCODING);
/**
* Reset the encoder.