pile_com_stm32/main/stm32/pile_id.h
2024-04-25 10:20:39 +08:00

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