6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Revision:
3:e767f379b823
Parent:
2:b20aa44dec87
Child:
4:4963731eafd8
--- a/dispBoB.h	Wed Jun 29 11:31:06 2011 +0000
+++ b/dispBoB.h	Wed Jun 29 11:32:39 2011 +0000
@@ -59,7 +59,7 @@
     void putc(char c, char pos);
     /** Write a string to the display
     *
-    * @param str String to be displayed
+    * @param str String to be displayed (no punctuation)
     */
     void write(string str);
     /** Write a scrolling string (right to left) to display (no punctuation)