6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Revision:
5:16b047464415
Parent:
4:4963731eafd8
Child:
7:adcfb0f5e4de
diff -r 4963731eafd8 -r 16b047464415 dispBoB.h
--- a/dispBoB.h	Wed Jun 29 11:33:36 2011 +0000
+++ b/dispBoB.h	Wed Jun 29 11:36:09 2011 +0000
@@ -33,6 +33,9 @@
     //constructor
     /** Create a dispBoB object defined on the I2C master bus
     *
+    * @param sda I2C data line
+    * @param scl I2C clock line
+    * @param en enable line
     */
     dispBoB(PinName sda, PinName scl, PinName en);