Driver for the Digole Serial universal LCD display adapter

Dependents:   DataBus

Files at this revision

API Documentation at this revision

Comitter:
shimniok
Date:
Mon Feb 25 06:04:08 2013 +0000
Parent:
2:ca48a0077521
Child:
4:c4b2a8f0d056
Commit message:
Updated documentation

Changed in this revision

DigoleSerialDisp.h Show annotated file Show diff for this revision Revisions of this file
--- a/DigoleSerialDisp.h	Mon Feb 25 06:02:34 2013 +0000
+++ b/DigoleSerialDisp.h	Mon Feb 25 06:04:08 2013 +0000
@@ -196,7 +196,7 @@
     size_t println(double f, int digits = 2);
 
 
-    /** prints -- well, nothing in this case, but let's pretend we printed a newline
+    /** prints, well, nothing in this case, but pretend we printed a newline
      * @returns 1
      */
     size_t println(void);