time.h

Go to the documentation of this file.
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/
00028 #ifndef TIME_H
00029 #define TIME_H
00030 
00031 
00032 //******************************************************************************
00033 // Globals
00034 //******************************************************************************
00035 extern unsigned long timeval[];  // Needed for SPI transfer.
00036 
00037 
00038 //******************************************************************************
00039 // Function prototypes
00040 //******************************************************************************
00041 #pragma vector = TIM0_COMPA_vect
00042 __interrupt void TICK_ISR(void);
00043 
00044 unsigned char Time_Left(unsigned char i);
00045 void Time_Set(unsigned char i, unsigned int min, unsigned char sec,
00046                                   unsigned char ms);
00047 void Time_Stop(void);
00048 void Time_Start(void);
00049 void Time_Init(void);
00050 
00051 #endif // TIME_H

Generated on Tue Sep 4 19:17:55 2007 for AVR463 Charging NiMH Batteries with ATAVRBC100 by  doxygen 1.5.2