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.
CMS/1.Software/STM32/USB_HS _ TEST/VM_App/VM_Exti.h

12 lines
193 B
C
Raw Permalink Normal View History

2024-11-19 09:19:21 +00:00
#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