adfasdfa
This commit is contained in:
@ -71,4 +71,10 @@ int IS3GetData(uint16_t *outdata, int shuttertime) {
|
||||
// printf("a[0]=%f\n",a[0]);
|
||||
thissensorIS3->SetWeaveLenthCoeff(a,lenth);
|
||||
return 1;
|
||||
}
|
||||
|
||||
void IS3SetShutterOpen(int isopen) {
|
||||
thissensorIS3->SetShutter(isopen);
|
||||
// printf("IS3SetShutterOpen\n");
|
||||
// printf("isopen=%d\n",isopen);
|
||||
}
|
Reference in New Issue
Block a user