00001 /* This file has been prepared for Doxygen automatic documentation generation.*/ 00029 #ifndef CHARGE_H 00030 #define CHARGE_H 00031 00032 00033 //****************************************************************************** 00034 // Temperature dependant LIION-charging 00035 //****************************************************************************** 00037 //#define JAPANREGS 00038 // The temperature ranges are defined in \ref chargefunc.h , and the maximum charge 00039 // voltages and currents are defined in \ref LIIONspecs.h or \ref NIMHspecs.h . 00040 00041 00042 //****************************************************************************** 00043 // Function prototypes 00044 //****************************************************************************** 00045 unsigned char Charge(unsigned char inp); 00046 00047 00048 #endif // CHARGE_H