fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
193:a0fe8bfc97e4
Parent:
191:40028201ddad
Child:
196:f76dbc081e63
--- a/QEI.h	Thu Sep 01 08:23:30 2016 +0000
+++ b/QEI.h	Thu Sep 15 11:09:00 2016 +0000
@@ -17,6 +17,7 @@
 extern int Pulse_16PointD;
 extern int Pulse_32Point ;
 
+extern int Buff_64Point[];
 extern int Buff_32Point[];
 extern int Buff_16Point[];
 extern int Buff_16PointD[];
@@ -26,4 +27,6 @@
 
 
 extern void D_QEI(void);
+extern void CurAngle(void);
+extern void CurAngleLOG(void);
 #endif