Files
JYF_STC15W4K_wireless_charge/Driver/uart.h
2025-03-18 22:49:46 +08:00

9 lines
131 B
C

#ifndef __UART_H__
#define __UART_H__
#include "config.h"
void Uart1_Init (void);
void UART_SendByte (unsigned char dat);
#endif