ADDED - Support for read/write to the EEPROM
ADDED - DS1624_USE_EEPROM Define in the config to enable eeprom functions
MODIF - Moved the start/stop conversion routine to the start/stopConversion() functions
DS1803 & DS1337:
FIXED - Removed r/w addresses and changed for single address
git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@12 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
FIXED - All callback functions now work properly
FIXED - Oscillator startup so that it resets the status register
FIXED - All alarm mode bitmasks
MODIF - clockStart() from macro to function
MODIF - clockSave() to reset the clock so that the status flags are reset
twiLCD:
MODIF - setClrscreenCallback() renamed clrsSetCallback()
git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@9 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
MODIF - Moved all of the configurations out of the libraries and into the configs
git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@7 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
ADDED - clockChecks() which performs various tests (alarm, osc flag) for callback functions
ADDED - Alarm call back functions: alarmChecks alarmUnsetCallback alarmSetCallback
ADDED - Alarm interrupt handling functions: alarmDisableInterrupts alarmSetInterrupt
ADDED - Square Wave Ouput handling functions: sqwEnable sqwSetRate sqwDisable
ADDED - Osc. Check handling and callback functions: clockIntegrityCallback
ADDED - New config defines:
DS1337_USE_ALARM_INTERRUPTS
DS1337_USE_ALARMS_CALLBACK
DS1337_USE_OSC_INTEGRITY
DS1337_USE_SQW_OUTPUT
REMOV - alarmCheck(bool) functions, to check both at the same time use the callbacks
MODIF - crystal startup delay moved inside the macro
MODIF - checkClock renamed to clockCheck and made private!
twiLCD:
FIXED - callback function now re-enabled use setClrscreenCallback() to set the callback func.
global:
MODIF - Now including wiring_private.h for all files
git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@3 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b