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 LG by
QEI.h
- Committer:
- Kovalev_D
- Date:
- 2016-07-15
- Revision:
- 183:7e200f4d9b16
- Parent:
- 112:4a96133a1311
- Child:
- 189:8a16378724c4
File content as of revision 183:7e200f4d9b16:
#ifndef QEI_H
#define QEI_H
extern int Iras,Temp_F_ras;
extern int Pulse_midl;
extern int PulseHalf;
extern int PulseQuad;
extern int CuruAngle;
extern int CaunAddPlus;
extern int CaunAddMin ;
extern unsigned int Cur_QEI,Last_QEI;
extern int Dif_QEI;
extern int Pulse_8Point ;
extern int Pulse_16Point ;
extern int Pulse_16PointD;
extern int Pulse_16PointDD;
extern int Pulse_32Point ;
extern int Buff_32Point[];
extern int Buff_16Point[];
extern int Buff_16PointD[];
extern int Buff_16PointDD[];
extern int Buff_8Point[];
extern int Buff_1Point[];
extern int Buff_Restored_sin[];
extern void D_QEI(void);
#endif
