TCA9548A - 7ch i2C expander

I’m new here, so apologize if I’m not asking the right question or in the right area…

Is there a node/library for the TCA9548A i2C multiplexer??

I’m trying to recreate a project in XOD and can find all components except this one…

Looking at this example

you don’t actually need a node / library.

you could try to use the standard i2c nodes (begin-transmission + write-byte) to send the signals you require to toggle the outputs.

Give it a go, good luck.

you probably want to follow this XOD guide as a work through