PCA9635 16-bit I2C-bus LED driver

Dependents:   digitalThermometer Counter SimpleClock printNumber ... more

Revision:
14:16f968749855
Parent:
13:090e15dd2553
--- a/PCA9635.h	Mon Jul 04 08:38:03 2011 +0000
+++ b/PCA9635.h	Mon Jul 04 08:39:34 2011 +0000
@@ -93,8 +93,6 @@
         * &param address write address
         */
         void setAddress(int address);
-        
-        
         /** Reset chip 
         *
         */
@@ -104,10 +102,7 @@
         * @param address hardware address
         */
         void init(int address);
-
-
-        
-              
+           
     private:
         I2C m_i2c;
         int m_addr;