This commit is contained in:
MobKBK
2026-06-20 21:22:34 +08:00
commit 460e0e9e73
320 changed files with 135203 additions and 0 deletions

35
HARDWARE/exti.h Normal file
View File

@@ -0,0 +1,35 @@
#ifndef __EXTI_H
#define __EXIT_H
#include "sys.h"
/**************************************************************************
作者:平衡小车之家
我的淘宝小店http://shop114407458.taobao.com/
**************************************************************************/
#define INT PBin(15) //PB5连接到MPU6050的中断引脚
void EXTI_Init(void); //外部中断初始化
#endif