12 lines
193 B
C
12 lines
193 B
C
|
#ifndef __PAGE_RANGING_H
|
||
|
#define __PAGE_RANGING_H
|
||
|
|
||
|
|
||
|
#include "main.h"
|
||
|
#include "gui_main.h"
|
||
|
|
||
|
void ranging_param_init(void);
|
||
|
void ranging_proc(void);
|
||
|
|
||
|
#endif /****** __PAGE_IR_TEST_H ******/
|