fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
179:2b4e6bc277df
Parent:
170:d099c3025f87
Child:
183:7e200f4d9b16
--- a/QEI.c	Sun Jul 03 13:40:48 2016 +0000
+++ b/QEI.c	Tue Jul 05 14:00:50 2016 +0000
@@ -56,7 +56,6 @@
         Pulse_16PointD -= Buff_1Point[(CountV255-16) & 0xff];									// заполнение буфера накопленых приращений за 16 тактов Двойныз
         Pulse_16PointD += Buff_1Point[(CountV255-32) & 0xff];									//
         Pulse_16PointD -= Buff_1Point[(CountV255-48) & 0xff];									// 
-
         Buff_16PointD[CountV31] = Pulse_16PointD ;
 
         Buff_Restored_sin [CountV31]= Buff_16PointD [ CountV31] - Buff_32Point[CountV31];