⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uart.h

📁 SD卡和FAT16读写源代码 支持长文件名和子目录
💻 H
字号:
#ifndef UART_H#define UART_H#include <stdint.h>void uart_init();void uart_connect_stdio();void uart_putc(uint8_t c);void uart_putc_hex(uint8_t b);uint8_t uart_getc();#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -