📄 uart.h
字号:
//*****************************************************************************
//
// File........: UART.h
//
// Author(s)...: ATMEL Norway
//
// Target(s)...: ATmega169
//
// Description.: Defines and prototypes for UART.C
//
// Revisions...: 1.0
//
// YYYYMMDD - VER. - COMMENT - SIGN.
//
// 20021015 - 1.0 - File created - LHM
//
//*****************************************************************************
// Function declarations
void UART_init(unsigned char); //initialize the UART
void Send_TX_data(void); //prepare a trasmission-packet in the transmit-buffer
void Store_RX_data(void); //store data from receive-buffer to SRAM
unsigned char HEX2ASCII(unsigned char); //converts one hex-byte in to 2 or 3 ASCII bytes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -