?? sci.c
字號:
#include "sci.h"
#include "type.h"
#include <hidef.h> /* for EnableInterrupts macro */
#include <MC68HC908GZ16.h> /* include peripheral declarations */
#include <string.h>
void PutChar_SCI0(uint8 ch)
{
while(SCS1_SCTE==0);
SCDR=ch;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -