Changeset 9 for twiLCD

Show
Ignore:
Timestamp:
10/17/07 21:24:59 (15 months ago)
Author:
mlalondesvn
Message:

DS1337:

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()

Location:
twiLCD
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • twiLCD/twiLCD.cpp

    r7 r9  
    426426 
    427427#ifdef LCD_USE_CLRSCREEN_CALLBACK 
    428 void twiLCD::setClrscreenCallback(void (*userFunc)(void)) 
     428void twiLCD::clrsSetCallback(void (*userFunc)(void)) 
    429429{ 
    430430    twiLCDcallbackFunc[0] = userFunc; 
  • twiLCD/twiLCD.h

    r7 r9  
    7575             
    7676        #ifdef LCD_USE_CLRSCREEN_CALLBACK 
    77             void    setClrscreenCallback(void (*)(void)); 
     77            void    clrsSetCallback(void (*)(void)); 
    7878        #endif 
    7979    /**