fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
196:f76dbc081e63
Parent:
193:a0fe8bfc97e4
Child:
207:d1ce992f5d17
--- a/QEI.h	Tue Sep 20 10:39:30 2016 +0000
+++ b/QEI.h	Fri Sep 23 05:34:50 2016 +0000
@@ -24,9 +24,10 @@
 extern int Buff_8Point[];
 extern int Buff_1Point[];
 extern int Buff_Restored_sin[];
-
+extern int Buff_Restored_sin2[];
 
 extern void D_QEI(void);
-extern void CurAngle(void);
-extern void CurAngleLOG(void);
+/*extern void CurAngle(void);
+extern void CurAngleLOG(void);*/
+
 #endif