Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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;