// // Created by zhu on 2024/1/31. // #include "Control_Adjustment.h" void Control_St(uint8_t st_time){ int st= 0; st = st_time; printf("St = %d\n",st); }