📄 uart.h
字号:
/*
* Copyright 2008, writen by shikosan
* File name: uart.h
* This file simulates a half UART which
* 串行輸出
*/
#ifndef UART_H
#define UART_H
void UartInitialize(const char *outputFileName);
void UartSend(char d);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -