* PCA9547 library * +++++ Based on; https://developer.mbed.org/users/okano/code/PCA9547/ +++++ * * PCA9547: an I2C bus multiplexer control library * * PCA9547 is an I2C multiplexer which enables to select 1:8 multiplexed I2C bus. * The multiplexer is useful for deviding I2C bus to avoiding slave address conflict and separating capacitive loads. * * For more information about PCA9547: * http://www.nxp.com/documents/data_sheet/PCA9547.pdf
Diff: PCA9547.h
- Revision:
- 1:c388983364cc
- Parent:
- 0:2d777d5d7e6b
--- a/PCA9547.h Fri Oct 02 05:37:18 2015 +0000 +++ b/PCA9547.h Fri Oct 02 05:46:31 2015 +0000 @@ -98,7 +98,7 @@ I2C &i2c; char i2c_addr; #ifdef PCA9547_RESET - DigitalOut resetPin(PCA9547_RESET); + DigitalOut resetPin;//(PCA9547_RESET); #endif void init();