Skip to content

Commit

Permalink
Update info.md
Browse files Browse the repository at this point in the history
Adding docs for future users.
  • Loading branch information
stevej authored Nov 6, 2024
1 parent d922d5c commit 0adf2dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ You can also include images in this folder and reference them in the markdown. E

## How it works

Explain how your project works
Read the `ui_out` pins, each read should be different than the last.
To reset the shift register, reset the chip, or set the 'write_enable' pin high after offering a value on `ui_in` as a seed.

## How to test

Explain how to use your project
Read several bytes from `ui_in`, they should each be different.

## External hardware

List external hardware used in your project (e.g. PMOD, LED display, etc), if any
No external hardware needed other than to read the pins.

0 comments on commit 0adf2dc

Please sign in to comment.