Fix broken link

This commit is contained in:
Tom Nisbet 2024-03-08 20:07:51 -05:00 committed by GitHub
parent ea353fb1cd
commit 2058bc03b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ programmer design. This hardware is similar to the TommyPROM hardware, but it u
different shift register chips and different pin assignments.
To meet the
[timing requirements of the SDP unlock](https://tomnisbet.github.io/TommyPROM/28C256-notes/),
[timing requirements of the SDP unlock](https://tomnisbet.github.io/TommyPROM/docs/28C256-notes),
this code uses direct port writes
to set and read values on the data bus. It will work with Arduino Uno and Nano hardware,
but would require changes for other platforms.