Rotary encoder library. Uses interrupts for reading rotation,

Fork of RPG by Christopher Anderson

Revision:
3:e041653b7338
Parent:
2:94d27805abda
diff -r 94d27805abda -r e041653b7338 RPG.h
--- a/RPG.h	Sun May 21 09:59:35 2017 +0000
+++ b/RPG.h	Sun May 21 15:20:46 2017 +0000
@@ -1,4 +1,4 @@
-/**
+/*
  * =============================================================================
  * Rotary Pulse Generator class (Version 1.0.0)
  * =============================================================================
@@ -31,6 +31,11 @@
 #include "mbed.h"
 
 /**
+ * Rotary Pulse Generator class
+ *
+ */
+
+/**
  * Constructor(Channel A input pin, Channel B input pin, Pushbutton input pin)
  */
 class RPG{