This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
CMS3in1/1.Cabin/1.Software/STM32_AD7606/VM_App/VM_Exti.h

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