1 Star 0 Fork 15

地平线/高精度电子称

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
usart_1.h 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew_Qian 提交于 2018-06-07 19:37 . 输出提示及串口屏的通信
#ifndef __USART1_H
#define __USART1_H
#include <stm32f10x.h>
//方便在其他文件中检查串口发送过来的命令
extern unsigned char Tx_Buffer[256];
extern unsigned char Tx_Counter;
extern unsigned char CmdRx_Buffer[50];
void USART_1_Init(uint32_t BaudRate);
void Send_Senser(void);
void USART_RX_DMA_Config(void);
unsigned char USART_DMA_Receive(void);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yxfphp89/high_precision_electronic_name.git
git@gitee.com:yxfphp89/high_precision_electronic_name.git
yxfphp89
high_precision_electronic_name
高精度电子称
master

搜索帮助