PCA9635 16-bit I2C-bus LED driver

Dependents:   digitalThermometer Counter SimpleClock printNumber ... more

Revision:
7:5c10a0ccc663
Parent:
6:3f35bdfec837
Child:
9:48985b738e5a
--- a/PCA9635.cpp	Wed Jun 29 08:39:19 2011 +0000
+++ b/PCA9635.cpp	Wed Jun 29 08:43:42 2011 +0000
@@ -47,6 +47,9 @@
     }
 }
 
+void PCA9635::setAddress(int address){
+    m_addr = address;
+}
 
 //Single LED On
 void PCA9635::on(char led)