Files
MobKBK 460e0e9e73 init
2026-06-20 21:22:34 +08:00

36 lines
408 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#ifndef __EXTI_H
#define __EXIT_H
#include "sys.h"
/**************************************************************************
作者:平衡小车之家
我的淘宝小店http://shop114407458.taobao.com/
**************************************************************************/
#define INT PBin(15) //PB5连接到MPU6050的中断引脚
void EXTI_Init(void); //外部中断初始化
#endif