?? uart.h
字號:
/******************************************************************
本程序只供學習使用,未經作者許可,不得用于其它任何用途
我的郵箱:computer-lov@tom.com
歡迎訪問我的blog: http://computer00.21ic.org
UART.H file
作者:Computer-lov
建立日期: 2007.03.20
修改日期: 2007.03.22
版本:V1.1
版權所有,盜版必究。
Copyright(C) Computer-lov 2007-2017
All rights reserved
*******************************************************************/
#ifndef __UART_C__
#define __UART_C__
#include "my_type.H"
void InitUART(void);
void SendToComport(uint8);
void Prints(uint8 *,uint8);
void PrintLongInt(uint32);
void PrintLongIntHex(uint32);
void Printc(uint8);
void PrintHex(uint8 x);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -