10 lines
208 B
C
10 lines
208 B
C
#ifndef __PILE_ID_H
|
|
#define __PILE_ID_H
|
|
|
|
#define CURRENT0_TH 1000
|
|
#define CURRENT2_TIMEOUT_TH 200 // 单位100ms
|
|
#define GPS_DISTANCE_TH (0.5)
|
|
|
|
void pile_id_init(void);
|
|
|
|
#endif |