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
Dependents: pca9547_Hello m3Dpi
Information
For more information, please visit component page.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:c716fb3ccb8d | 2015-04-17 | okano | re-publishing to correct revision |
7:995f209b8707 | 2014-08-12 | okano | sample of different I2C frequency for each devices |
6:33ef755248e0 | 2015-02-23 | okano | comment update |
5:f4f72501148a | 2015-02-23 | okano | added: a constructor by I2C instance; Code sample update |
4:3c0af4c37587 | 2014-07-01 | okano | correction: typo in comment |
3:7e884a7805b1 | 2014-07-01 | okano | comment in .cpp file is corrected. previous version was having a header comment of LM75B library. Because this lib is made by modifying LM75B. I was forgetting to replace it :-) |
2:c3459a955c8c | 2014-07-01 | okano | disable function added |
1:47f2cf4c6619 | 2014-07-01 | okano | API document (doxygen format) added |
0:662ab6a5aa97 | 2014-07-01 | okano | first library test |