added headers/ updated old ones #3

Merged
uelen merged 2 commits from header_changes into master 2025-06-03 00:51:19 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b9b6be7cbe - Show all commits

View File

@ -1,5 +1,5 @@
/***
* debouncer.sv - generates a debounced button press and turns it inot
* debouncer.sv - generates a debounced button press and turns it into
Outdated
Review

typo, should be into not inot

typo, should be into not inot
* a single pulse.
*
* @author: Waylon Cude, Dilanthi Prentice

View File

@ -1,5 +1,5 @@
/***
* display_anode_driver.sv - Turns a single anode of a single digit at a time,
* display_anode_driver.sv - Turns on a single anode of a single digit at a time,
Outdated
Review

probably should be "Turns on" instead of "Turns"

probably should be "Turns on" instead of "Turns"
* rapidly rotating through all of them, generating
* a solid-looking display even though only one digit
* is on at a time.