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.
Fork of PCA9547 by
Diff: PCA9547.h
- Revision:
- 2:c3459a955c8c
- Parent:
- 1:47f2cf4c6619
- Child:
- 4:3c0af4c37587
diff -r 47f2cf4c6619 -r c3459a955c8c PCA9547.h --- a/PCA9547.h Tue Jul 01 00:24:32 2014 +0000 +++ b/PCA9547.h Tue Jul 01 00:28:17 2014 +0000 @@ -70,12 +70,18 @@ /** Channel select * - * Enable and selecting a channel + * Enable and select a channel * * @param channel channel number */ void select( char channel ); + /** Disabling all channels + * + * Disable all channels + */ + void disable( void ); + private: I2C i2c; char _i2c_addr;