| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /**
- * @file ALGO_Density_ATY.c
- *
- * @param Project ALGO_Algorithm_ATY_LIB
- *
- * @author ATY
- *
- * @copyright
- * - Copyright 2017 - 2023 MZ-ATY
- * - This code follows:
- * - MZ-ATY Various Contents Joint Statement -
- * <a href="https://mengze.top/MZ-ATY_VCJS">
- * https://mengze.top/MZ-ATY_VCJS</a>
- * - CC 4.0 BY-NC-SA -
- * <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
- * https://creativecommons.org/licenses/by-nc-sa/4.0/</a>
- * - 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 *********************************/
|