A27R版本修改
This commit is contained in:
12
A58-AMTLDR/Src/UartPrint.h
Normal file
12
A58-AMTLDR/Src/UartPrint.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef UART_PRINT_H__
|
||||
#define UART_PRINT_H__
|
||||
|
||||
void InitUart(unsigned int baud);
|
||||
void SendUartString(char * buf);
|
||||
void SendUartChar(char ch);
|
||||
void PrintVariableValueHex(char * variable, unsigned int value);
|
||||
void SendUartWord(unsigned int data);
|
||||
void IntToStr(unsigned int value, char *str);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user