/** * @file ALGO_Density_ATY.c * * @param Project ALGO_Algorithm_ATY_LIB * * @author ATY * * @copyright * - Copyright 2017 - 2025 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 Familiar functions of MilkContent algorithm * * @version * - 1_01_221217 > ATY * -# Preliminary version, first Release ******************************************************************************** */ #ifndef __ALGO_Density_ATY_C #define __ALGO_Density_ATY_C #include "ALGO_Density_ATY.h" /******************************* For user *************************************/ /******************************************************************************/ uint8_t detectContent_Density = C_WATER; float speedAtRefT_Density = 0; #endif /* __ALGO_Density_ATY_C */ /******************************** End Of File *********************************/