pile_com_stm32/main/stm32/pile_id.h

9 lines
170 B
C
Raw Normal View History

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
void pile_id_init(void);
#endif