6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Files at this revision

API Documentation at this revision

Comitter:
d_worrall
Date:
Wed Jun 29 11:32:39 2011 +0000
Parent:
2:b20aa44dec87
Child:
4:4963731eafd8
Commit message:
version1

Changed in this revision

dispBoB.h Show annotated file Show diff for this revision Revisions of this file
--- 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)