Skip to content

ladvoc/tca9554-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCA9554(A) Driver

crates.io version docs.rs documentation CI

Driver for the TCA9554(A) I/O expander, implementing the I²C trait from embedded-hal-async.

Features

  • Support for both variants (TCA9554 and TCA9554A)
  • Register access (input, output, polarity, and direction)
  • Reset registers to power-on defaults
  • Async trait implementation
  • Sync trait implementation
  • Decompose the driver into discrete pins

Contributions

Contributions adding the missing features listed above, additional test cases, or examples are welcome.

Datasheets

Note: The only difference between the two variants is the fixed portion of the I²C address.

About

Rust driver for the TCA9554(A) I/O expander.

Topics

Resources

License

Stars

Watchers

Forks

Languages