12 lines
193 B
C
12 lines
193 B
C
#ifndef _VM_EXTI_H
|
|
#define _VM_EXTI_H
|
|
|
|
#include "sys.h"
|
|
|
|
extern uint32_t Hall_Frequency_Num;
|
|
extern uint32_t Hall_Num;
|
|
extern uint16_t Hall_Tim_Num;
|
|
extern uint8_t Hall_Gather_Control;
|
|
|
|
#endif
|