新增了电机相关功能函数 修改旋钮的接口

This commit is contained in:
bmy
2023-12-15 21:42:43 +08:00
parent ece70343e5
commit b908ae8593
6 changed files with 54 additions and 11 deletions

View File

@@ -34,7 +34,7 @@
********************************************************************************************************************/
#include "zf_common_headfile.h"
#include "by_peripheral_init.h"
#include "by_pt_button.h"
void NMI_Handler(void) __attribute__((interrupt()));
void HardFault_Handler(void) __attribute__((interrupt()));