OLED显示部分调试
This commit is contained in:
9
Driver/uart.h
Normal file
9
Driver/uart.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef __UART_H__
|
||||
#define __UART_H__
|
||||
|
||||
#include "config.h"
|
||||
|
||||
void Uart1_Init(void);
|
||||
void UART_SendByte(unsigned char dat);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user