温度,pn,sn,生产时间和厂家,积分时间,像素长度等变量
This commit is contained in:
11
Core/Src/Control_Adjustment.c
Normal file
11
Core/Src/Control_Adjustment.c
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// 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);
|
||||
}
|
Reference in New Issue
Block a user