⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 appconfig.c

📁 MC56F802BLDC 可以使用的算法 就是电机启动有点慢
💻 C
字号:
/*****************************************************************************
*
* Motorola Inc.
* (c) Copyright 2000 Motorola, Inc.
* ALL RIGHTS RESERVED.
*
******************************************************************************
*
* File Name: appconfig.c
*
* Description: file for user configured routines outside of Main() scope
*              (additional configuration ...)
*
* Modules Included:
*
*****************************************************************************/

#include "types.h"
#include "arch.h"


void userPreMain(void);
void userPostMain(void);


/*****************************************************************************/
void userPreMain(void)
{
}


/*****************************************************************************/
void userPostMain(void)
{
	
        /* End of debugging session */
        asm(debug);           

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -