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 LG2 by
Diff: QEI.h
- Revision:
- 211:ac8251b067d2
- Parent:
- 207:d1ce992f5d17
--- a/QEI.h Mon Apr 24 05:43:54 2017 +0000 +++ b/QEI.h Mon Jul 03 05:50:08 2017 +0000 @@ -5,6 +5,9 @@ extern int PulseHalf; extern int PulseQuad; extern int CuruAngle; +extern int CuruAngle64; +extern int CuruAngle96; +extern int CuruAngle128; extern unsigned int CaunAddPlus; extern unsigned int CaunAddMin ; @@ -16,9 +19,14 @@ extern int Pulse_16Point ; extern int Pulse_16PointD; extern int Pulse_32Point ; +extern int Pulse_64Point ; +extern int Pulse_96Point ; +extern int Pulse_128Point ; +extern int Buff_32Point[]; extern int Buff_64Point[]; -extern int Buff_32Point[]; +extern int Buff_96Point[]; +extern int Buff_128Point[]; extern int Buff_16Point[]; extern int Buff_16PointD[]; extern int Buff_8Point[];
