WifWaf / TCA9548A

TCA9548A library for Arduino devices (supports multiple channels).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCA9548A

Version

A library for the TCA9548A I2C multiplexer, for devices using the Arduino framework.

Features


  • Channels are open until closed (multiple at once)
  • Read / Write of control register
  • Close all / Open all
  • Accepts TwoWire instance

Commands


See header file for list of function names.

Usage


The library will be found in the IDE/IO library manager. Alternatively, simply clone this library to your working library folder and include "TCA9548A.h" in your main sketch.

If you are having difficulties, please raise an issue.

A Bit About this IC


See extras for the official datasheet

Authors


Myself, you can find my contact details below.

License


This project is licensed under Apache 2.0 - see the LICENSE.md file for details

Acknowledgments


None

Feedback


Feel free to improve on the project and propose appropriate changes and even coding advice as I'm still new to this world.

Please contact me at jdwifwaf@gmail.com

About

TCA9548A library for Arduino devices (supports multiple channels).

License:Apache License 2.0


Languages

Language:C++ 100.0%