5 lines
96 B
C
5 lines
96 B
C
#pragma once
|
|
|
|
bool FLOW_Init();
|
|
bool FLOW_GetMotion(short* dX, short* dY, unsigned char* qual);
|