PWM.h

Go to the documentation of this file.
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/
00028 #ifndef PWM_H
00029 #define PWM_H
00030 
00031 //******************************************************************************
00032 // Constants for PWM
00033 //******************************************************************************
00035 #define PWM_OFFSET     12
00036 
00038 #define PWM_MAX        255
00039 
00040 
00041 //******************************************************************************
00042 // Function prototypes
00043 //******************************************************************************
00044 void PWM_Start(void);
00045 void PWM_Stop(void);
00046 unsigned char PWM_IncrementDutyCycle(void);
00047 unsigned char PWM_DecrementDutyCycle(void);
00048 
00049 #endif // PWM_H
00050 

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