Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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) * =============================================================================
--- 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{
