Add support for 74LS595 shift registers

This commit is contained in:
Tom Nisbet 2020-08-24 12:23:39 -04:00
parent b8251d5c10
commit a45f6b4ce0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ than trying to change the pin assignments in software. There are a few reasons
* The Ben Eater hardware uses D13 to control the ROM's Write Enable pin and it ties the
Chip Enable pin to always be active. The D13 pin is connected to the Arduino's built-in
LED, which blinks at boot. This means that the chip is likely some writing random data at
LED, which blinks at boot. This means that the chip is likely writing some random data at
boot time. This isn't a problem for the Ben Eater sketches, because they always write
their own data to the chip anyway. One use of TommyPROM is to just read data from a chip,
so a random write on boot would be bad.