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

📄 main.c

📁 该压缩包为ARM S3C44B0的源代码
💻 C
字号:

#include <string.h>
#include "..\inc\option.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\Pwm.h"
#include "..\inc\option.h"
#include "..\inc\timer.h"

void Main(void)					//主函数
{
//  Isr_Init();
  Port_Init ();  
  Uart_Init (0,115200);
  Uart_Select (0);
  Delay (0);  //calibrate Delay()
  Delay (5000);
while(1)
 Test_Pwm();  
 }

⌨️ 快捷键说明

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