2024-04-15 18:04:26 +08:00
|
|
|
#ifndef __PILE_ID_H
|
|
|
|
#define __PILE_ID_H
|
|
|
|
|
|
|
|
#define CURRENT0_TH 1000
|
|
|
|
#define CURRENT2_TIMEOUT_TH 200 // 单位100ms
|
2024-04-25 10:20:39 +08:00
|
|
|
#define GPS_DISTANCE_TH (0.5)
|
2024-04-15 18:04:26 +08:00
|
|
|
|
|
|
|
void pile_id_init(void);
|
|
|
|
|
|
|
|
#endif
|