Arduino library for the I²C Multiplexer TCA9548A
|
Go to the documentation of this file.
23 #define _TCA9548A_STD_ADDRESS 0x70
24 #define _TCA9548A_LIB_VERSION 102
54 uint8_t _addressTCA9548A;
55 uint8_t _portTCA9548A;
uint8_t get_port()
Get the current port on which the TCA9548A Multiplexer operates.
Definition: TCA9548A.cpp:128
~TCA9548A()
Main destructor of the TCA9548A class.
Definition: TCA9548A.cpp:76
The main class of the Arduino library for the I²C Multiplexer TCA9548A.
Definition: TCA9548A.h:30
void set_port(uint8_t port)
Select the port on which the TCA9548A Multiplexer will operate.
Definition: TCA9548A.cpp:112
TCA9548A()
Main construcor of the TCA9548A class.
Definition: TCA9548A.cpp:58
uint16_t get_version()
Get the version of the library.
Definition: TCA9548A.cpp:137
void init()
Initialize the TCA9548A Multiplexer.
Definition: TCA9548A.cpp:87
void disable()
Disable the TCA9548A Multiplexer.
Definition: TCA9548A.cpp:98