6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Revision:
7:adcfb0f5e4de
Parent:
5:16b047464415
Child:
8:a875c4229c57
--- a/dispBoB.h	Wed Jun 29 13:24:44 2011 +0000
+++ b/dispBoB.h	Wed Jun 29 14:02:47 2011 +0000
@@ -59,11 +59,6 @@
     * @param c ASCII encoded character or number
     * @param pos display location lef to right (0-5)  
     */
-    void putc(char c, char pos);
-    /** Write a string to the display
-    *
-    * @param str String to be displayed (no punctuation)
-    */
     void write(string str);
     /** Write a scrolling string (right to left) to display 
     *