libhal-google / libhal-soft

Library for generic soft drivers officially supported by libhal
Apache License 2.0
1 stars 6 forks source link

`hal::soft::serial_to_parallel_shift_register` #46

Open kammce opened 1 year ago

kammce commented 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.