mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2025-02-08 13:30:35 +00:00
If multiple read or write cycles are done in sequence, we'll no longer needlessly update the data direction registers (which is a slow SPI transaction). We can also skip updating the pullups on the AVR if multiple read cycles occur in sequence.