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

📄 mcusystem.searchresults

📁 王绍伟先生的单片机入门资料
💻 SEARCHRESULTS
字号:
---- BurdRate Matches (0 in 0 files) ----
---- UartBaudrate Matches (3 in 2 files) ----
Uart.c (d:\mcu51\mcusystem\sourcefile):extern void uart_init(UartBaudrate eBaudRate)
Uart.h (d:\mcu51\mcusystem\sourcefile):}UartBaudrate;
Uart.h (d:\mcu51\mcusystem\sourcefile):extern void uart_init(UartBaudrate eBaudRate);
---- eBaudRate Matches (5 in 2 files) ----
Uart.c (d:\mcu51\mcusystem\sourcefile):*参数:			eBaudRate
Uart.c (d:\mcu51\mcusystem\sourcefile):extern void uart_init(UartBaudrate eBaudRate)
Uart.c (d:\mcu51\mcusystem\sourcefile):	TH1 = eBaudRate;
Uart.c (d:\mcu51\mcusystem\sourcefile):	TL1 = eBaudRate;
Uart.h (d:\mcu51\mcusystem\sourcefile):extern void uart_init(UartBaudrate eBaudRate);
---- uart_send_string Matches (4 in 3 files) ----
Define.h (d:\mcu51\mcusystem\sourcefile):#define uprintf(A)		(uart_send_string(A, 0))
Define.h (d:\mcu51\mcusystem\sourcefile):#define uputarray(A,B)	(uart_send_string(A, B))
Uart.c (d:\mcu51\mcusystem\sourcefile):extern void uart_send_string(byte* pData, byte len)
Uart.h (d:\mcu51\mcusystem\sourcefile):extern void uart_send_string(byte* pData, byte len);
---- uprintf Matches (2 in 2 files) ----
Define.h (d:\mcu51\mcusystem\sourcefile):#define uprintf(A)		(uart_send_string(A, 0))
Readme.txt (d:\mcu51\mcusystem\sourcefile):	define.h为一些常用的宏定义,比如打印函数uprintf(),消息的声明,类型的声明 init.c为系统初始化

⌨️ 快捷键说明

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