From d90d66eda88c5c4f8d5a7d8c5d8b4eddbd072510 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Thu, 17 Oct 2024 11:23:50 +0800 Subject: [PATCH] --- start fall state detection ALG --- STS/Core/Src/yunhorn_sts_process.c | 4 ++-- STS/TOF/App/app_tof.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/STS/Core/Src/yunhorn_sts_process.c b/STS/Core/Src/yunhorn_sts_process.c index 11253fa..ecc98e4 100644 --- a/STS/Core/Src/yunhorn_sts_process.c +++ b/STS/Core/Src/yunhorn_sts_process.c @@ -434,8 +434,8 @@ void STS_YunhornSTSEventP5_Process(void) } #elif defined(L8) //STS_TOF_VL53L8X_Process(); - //MX_TOF_Process(); - MX_TOF_Ranging_Process(); + MX_TOF_Process(); + //MX_TOF_Ranging_Process(); #endif } diff --git a/STS/TOF/App/app_tof.c b/STS/TOF/App/app_tof.c index 0444d62..e07ff24 100644 --- a/STS/TOF/App/app_tof.c +++ b/STS/TOF/App/app_tof.c @@ -203,7 +203,7 @@ void STS_TOF_L8_Process(void) if (status == BSP_ERROR_NONE) { - //print_result(&Result); + print_result(&Result); } } } @@ -276,7 +276,7 @@ static void MX_53L8A1_ThresholdDetection_Process(void) printf("-------------------------------------------\n\r"); printf("please put a target between %d and %d millimeters from the sensor\n\r", LOW_THRESHOLD, HIGH_THRESHOLD); -#if 0 +#if 1 //while (1) { /* interrupt mode */