Skip to content

tactile-eng/driver-74hc595

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crates.io docs.rs Build Status

driver-74hc595 - Embedded async 74hc595 driver

An embedded async driver for 74hc595 (compatible) shift registers.

For efficient data transfer, an SPI bus peripheral is used. The SPI bus should be configured in SPI Mode 0 (clock idle state low, data sampled on rising edge). Because the 74hc595 does not have a CS line, the SPI bus cannot be shared with other devices (at least not without additional circuitry).

About

An embedded async driver for 75hc595 compatible shift registers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages