Quadrature encoder interface library. - added setPulses()

Fork of QEI by Aaron Berk

Revision:
1:13000c44d4ea
Parent:
0:5c2ad81551aa
--- a/QEI.h	Thu Sep 02 16:48:55 2010 +0000
+++ b/QEI.h	Sun Oct 18 23:24:11 2015 +0000
@@ -192,6 +192,9 @@
      *         bit 1 = The reading from channel B
      *         bit 2 = The reading from channel A
      */
+    
+    void setPulses(int pulses);
+    
     int getCurrentState(void);
 
     /**