PCA9635 16-bit I2C-bus LED driver
Dependents: digitalThermometer Counter SimpleClock printNumber ... more
Revision 14:16f968749855, committed 2011-07-04
- Comitter:
- d_worrall
- Date:
- Mon Jul 04 08:39:34 2011 +0000
- Parent:
- 13:090e15dd2553
- Commit message:
- version12
Changed in this revision
PCA9635.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 090e15dd2553 -r 16f968749855 PCA9635.h --- 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 @@ * ¶m 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;