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 6:1de2abf828d6, committed 2014-08-07
- Comitter:
- morecat_lab
- Date:
- Thu Aug 07 11:44:22 2014 +0000
- Parent:
- 5:d99849505bf7
- Child:
- 7:a19431131213
- Commit message:
- modify comments
Changed in this revision
| Sseg.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Sseg.h Thu Aug 07 03:13:38 2014 +0000
+++ b/Sseg.h Thu Aug 07 11:44:22 2014 +0000
@@ -34,7 +34,7 @@
#define NUM_PAT_F 0x8e
/**
- * Seven segment display driver library
+ * Seven segment LED driver library
*/
class Sseg
{
@@ -238,7 +238,7 @@
void setZeroSupress(bool t);
/**
- * write hex number to DISPLAY
+ * write hex number to LED
*
* @param n number
*
@@ -246,7 +246,7 @@
void writeHex(int n);
/**
- * write hex number to DISPLAY
+ * write hex number to LED
*
* @param n (long)number
*