driver-74hc595

Crates.iodriver-74hc595
lib.rsdriver-74hc595
version0.1.0
sourcesrc
created_at2024-02-01 17:29:57.05549
updated_at2024-02-01 17:29:57.05549
descriptionAn embedded async driver for 74hc595 shift registers.
homepage
repositoryhttps://github.com/tactile-eng/driver-74hc595
max_upload_size
id1123358
size17,191
Alex Moon (alexmoon)

documentation

https://docs.rs/driver-74hc595

README

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).

Commit count: 0

cargo fmt