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

📄 main.c

📁 s3c2440串口发送模块设计。在ADS1.2环境下开发。
💻 C
字号:
#include "def.h"#include "option.h"#include "2440addr.h"#include "2440lib.h" void Main(void){    	 ChangeMPllValue(110,3,1);		 Uart_Init(PCLK, 115200);	 Uart_Init();        //uart1, 115200,8 in 1, to be completed in uart.c	      Uart_Printf("\n\rEx02. Test Uart \n\r");	 Delay(10000);        while(1)     {		Uart_Printf("hello, world!\n");   		Led_Display(1); Delay(10000000);		Led_Display(2); Delay(10000000);	      } // end of while(...)} // end of main(...)	

⌨️ 快捷键说明

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