📄 uart0.h
字号:
#ifndef _uart0_h
#define _uart0_h
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <stdio.h>
#include <stdlib.h>
int usart_putchar(char c);
int usart_getchar(void);
//---------------------
int usart_putbyte(uint8_t c);
//---------------------
void IoInit(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -