Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

CircuitPython_TCA9535

CircuitPython library for TCA9535 and PCA9535 16-bit I2C Multiplexers

expander = TCA8535.TCA8535(i2c, address=0x20)
pin5 = expander.get_pin(5)
pin12 = expander.get_pin(12)
pin5.direction=digitalio.Direction.OUTPUT
pin5.value=True

Address Reference

A2A1A0Address
LLL32 (decimal) 0x20 (hexadecimal)
LLH33 (decimal) 0x21 (hexadecimal)
LHL34 (decimal) 0x22 (hexadecimal)
LHH35 (decimal) 0x23 (hexadecimal)
HLL36 (decimal) 0x24 (hexadecimal)
HLH37 (decimal) 0x25 (hexadecimal)
HHL38 (decimal) 0x26 (hexadecimal)
HHH39 (decimal) 0x27 (hexadecimal)

About

CircuitPython library for TCA9535 and PCA9535 16-bit I2C I/O Expanders.

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Contributors

Languages