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.
Revision 1:84213005a5d8, committed 2017-11-30
- Comitter:
- marmer
- Date:
- Thu Nov 30 21:22:55 2017 +0000
- Parent:
- 0:41932be18e2f
- Commit message:
- renamed variables
Changed in this revision
| CD40147.h | Show annotated file Show diff for this revision Revisions of this file | 
diff -r 41932be18e2f -r 84213005a5d8 CD40147.h
--- a/CD40147.h	Tue Mar 21 22:04:08 2017 +0000
+++ b/CD40147.h	Thu Nov 30 21:22:55 2017 +0000
@@ -14,12 +14,12 @@
     /**
      * Create an instance
      *
-     * @param a   Data input line for least significat bit (bit 0)
-     * @param b   Data input line for bit 1
-     * @param c   Data input line for bit 2
-     * @param d   Data input line for most significat bit (bit 3)
+     * @param d0   Data input line for least significat bit (bit 0)
+     * @param d1   Data input line for bit 1
+     * @param d2   Data input line for bit 2
+     * @param d3   Data input line for most significat bit (bit 3)
      */
-    inline CD40147(PinName a, PinName b, PinName c, PinName d) :  _in(a,b,c,d) {}
+    inline CD40147(PinName d0, PinName d1, PinName d2, PinName d3) :  _in(d0, d1, d2, d3) {}
 
     /**
      * Provides the highest valued input that was set, as this is a priority