7 lines
92 B
C
7 lines
92 B
C
#pragma once
|
|
|
|
void TOF_Init();
|
|
void TOF_Update();
|
|
void TOF_Update2();
|
|
float TOF_GetRange();
|