Rotary encoder library. Uses interrupts for reading rotation,
Fork of RPG by
Revision 3:e041653b7338, committed 2017-05-21
- Comitter:
- kryksyh
- Date:
- Sun May 21 15:20:46 2017 +0000
- Parent:
- 2:94d27805abda
- Commit message:
- Docs fixed
Changed in this revision
RPG.cpp | Show annotated file Show diff for this revision Revisions of this file |
RPG.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 94d27805abda -r e041653b7338 RPG.cpp --- a/RPG.cpp Sun May 21 09:59:35 2017 +0000 +++ b/RPG.cpp Sun May 21 15:20:46 2017 +0000 @@ -1,4 +1,4 @@ -/** +/* * ============================================================================= * Rotary Pulse Generator class (Version 1.0.0) * =============================================================================
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{