/** * @file ALGO_Bat_ATY.h * * @param Project ALGO_Algorithm_ATY_LIB * * @author ATY * * @copyright * - Copyright 2017 - 2026 MZ-ATY * - This code follows: * - MZ-ATY Various Contents Joint Statement - * * https://mengze.top/MZ-ATY_VCJS * - CC 4.0 BY-NC-SA - * * https://creativecommons.org/licenses/by-nc-sa/4.0/ * - Your use will be deemed to have accepted the terms of this statement. * * @brief functions of Bat calc * * @version * - 1_01_230107 > ATY * -# Preliminary version, first Release ******************************************************************************** */ #ifndef __ALGO_Bat_ATY_H #define __ALGO_Bat_ATY_H #include "INCLUDE_ATY.h" /******************************* For user *************************************/ /******************************************************************************/ uint8_t Bat_AD_Levels(float vin, uint8_t lastLevel, float vmax, float vmin, uint8_t levels, float vFilter); #endif /* __ALGO_Bat_ATY_H */ // #define ALGO_Bat_ATY_Test_ATY #ifdef ALGO_Bat_ATY_Test_ATY uint32_t ALGO_Bat_ATY_Test(void); #endif /* ALGO_Bat_ATY_Test_ATY */ /******************************** End Of File *********************************/