The main class of the Arduino library for the I²C Multiplexer TCA9548A.
More...
#include <TCA9548A.h>
The main class of the Arduino library for the I²C Multiplexer TCA9548A.
◆ TCA9548A()
TCA9548A::TCA9548A |
( |
uint8_t |
address | ) |
|
Constructor of the TCA9548A class with non standard i2c address.
- Parameters
-
◆ set_port()
void TCA9548A::set_port |
( |
uint8_t |
port | ) |
|
Select the port on which the TCA9548A Multiplexer will operate.
- Parameters
-
port | the port on which the TCA9548A Multiplexer will operate. |
◆ get_port()
uint8_t TCA9548A::get_port |
( |
| ) |
|
Get the current port on which the TCA9548A Multiplexer operates.
- Returns
- the current selected port on which the TCA9548A Multiplexer operates.
◆ get_version()
uint16_t TCA9548A::get_version |
( |
| ) |
|
Get the version of the library.
- Returns
- the current version of the library.
The documentation for this class was generated from the following files: