Rotary encoder library. Add: void setInterval(timestamp_t t) for Nucleo F401RE

Dependents:   BSM02

Fork of RotaryEncoder by Shinichiro Nakamura

Revision:
3:6736c3bf48c9
Parent:
2:f368dbb9b43c
Child:
4:7a50a5d3682c
--- a/RotaryEncoder.h	Tue May 24 22:32:25 2016 +0000
+++ b/RotaryEncoder.h	Wed May 25 01:08:22 2016 +0000
@@ -94,6 +94,8 @@
     int val;
     Ticker ticker;
 
+    uint8_t code;
+
     /**
      * Internal tick function.
      */