Crates.io | driver-74hc595 |
lib.rs | driver-74hc595 |
version | 0.1.0 |
source | src |
created_at | 2024-02-01 17:29:57.05549 |
updated_at | 2024-02-01 17:29:57.05549 |
description | An embedded async driver for 74hc595 shift registers. |
homepage | |
repository | https://github.com/tactile-eng/driver-74hc595 |
max_upload_size | |
id | 1123358 |
size | 17,191 |
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).