ALGO_Density_ATY.c 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /**
  2. * @file ALGO_Density_ATY.c
  3. *
  4. * @param Project ALGO_Algorithm_ATY_LIB
  5. *
  6. * @author ATY
  7. *
  8. * @copyright
  9. * - Copyright 2017 - 2025 MZ-ATY
  10. * - This code follows:
  11. * - MZ-ATY Various Contents Joint Statement -
  12. * <a href="https://mengze.top/MZ-ATY_VCJS">
  13. * https://mengze.top/MZ-ATY_VCJS</a>
  14. * - CC 4.0 BY-NC-SA -
  15. * <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
  16. * https://creativecommons.org/licenses/by-nc-sa/4.0/</a>
  17. * - Your use will be deemed to have accepted the terms of this statement.
  18. *
  19. * @brief Familiar functions of MilkContent algorithm
  20. *
  21. * @version
  22. * - 1_01_221217 > ATY
  23. * -# Preliminary version, first Release
  24. ********************************************************************************
  25. */
  26. #ifndef __ALGO_Density_ATY_C
  27. #define __ALGO_Density_ATY_C
  28. #include "ALGO_Density_ATY.h"
  29. /******************************* For user *************************************/
  30. /******************************************************************************/
  31. uint8_t detectContent_Density = C_WATER;
  32. float speedAtRefT_Density = 0;
  33. #endif /* __ALGO_Density_ATY_C */
  34. /******************************** End Of File *********************************/