6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Revision:
4:4963731eafd8
Parent:
3:e767f379b823
Child:
5:16b047464415
--- a/dispBoB.h	Wed Jun 29 11:32:39 2011 +0000
+++ b/dispBoB.h	Wed Jun 29 11:33:36 2011 +0000
@@ -62,9 +62,9 @@
     * @param str String to be displayed (no punctuation)
     */
     void write(string str);
-    /** Write a scrolling string (right to left) to display (no punctuation)
+    /** Write a scrolling string (right to left) to display 
     *
-    * @param str String to be displayed
+    * @param str String to be displayed (no punctuation)
     * @param speed duration of each frame (seconds)
     */
     void scroll(string str, float speed);