Robert James Kaes
-
2005-05-10
The various verify, write, and read functions were
basically duplicated for each of program memory and
EEPROM memory. Other than about three lines in each
function, the two versions were identical. Added a
flag to determine the mode (program or EEPROM) in
question and then merged the common parts together.
Went from six functions to three and reduced the amount
of code greatly.