温度,pn,sn,生产时间和厂家,积分时间,像素长度等变量

This commit is contained in:
wantong
2024-01-31 15:17:21 +08:00
parent 0732984a64
commit c5b2a4e98b
42 changed files with 5275 additions and 8507 deletions

View 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);
}