-
SDR.1 - adds T41EEE switch matrix functionality
- #pragma once for SDT.h
- separate change log
- consistent EOL and EOF for all files
- cleared compiler warnings (commented out unused code; should probably just be removed)
- added EEPROMWriteSize(), EEPROMReadSize(), ButtonISR(), EnableButtonInterrupts() from T41EEE
- modified EEPROMWrite()EEPROMRead(), , EEPROMStartup(), SaveAnalogSwitchValues() and ReadSelectedPushButton() to incorporate button interrupts per T41EEE
- added a temporary function, LoadOpVars() to initialize SDTVer049 global variables to those in EEPROMData (needed until all functions pull from EEPROMData and individual global variables can be eliminated)
- modified setup() to call LoadOpVars() and EnableButtonInterrupts() and remove extraneous global variable initialization
- some cleanup in MyConfigurationsFile
- modified splash screen
- some code cleanup (mostly removing unused variables/code)