6 x 7 segment display library for PCA9637 driven breakout board

Dependents:   FTSE100 InternetDispBoB digitalThermometer Counter ... more

Revision:
8:a875c4229c57
Parent:
7:adcfb0f5e4de
Child:
9:44de04d410df
--- a/dispBoB.cpp	Wed Jun 29 14:02:47 2011 +0000
+++ b/dispBoB.cpp	Wed Jun 29 14:08:42 2011 +0000
@@ -86,6 +86,9 @@
     }
 }
 
+void dispBoB::bus(short leds){
+    _pca.bus(leds);
+}