Rotary Encoder handling library for mbed

Dependents:   MIDI_CW Gemphet8

Revision:
5:3e6931797218
Parent:
4:916992052518
Child:
6:abd0d8d58fed
--- a/REnc.cpp	Tue Aug 12 01:49:49 2014 +0000
+++ b/REnc.cpp	Tue Aug 12 01:56:59 2014 +0000
@@ -56,7 +56,7 @@
 /** set callback function to Counterclockwise TURN */
 void REnc::setHandleCCW(void (*fptr)(void)) { mCCWCallback  = fptr; }
 
- // constructor
+/// constructor
 /** Create an REnc object connected to DigitalIn pins
  *
  * @param pina - Digital Input to A-phase of the rotary encoder