Open kammce opened 1 year ago
Use SN74LS674 as a reference. Take a hal::spi (serial data and clock) and hal::output_pin (latch) and use these to create a serial to parallel shift register.
Should come with a hal::input_pin interface adapter for each available pin.
Use SN74LS674 as a reference. Take a hal::spi (serial data and clock) and hal::output_pin (latch) and use these to create a serial to parallel shift register.
Should come with a hal::input_pin interface adapter for each available pin.