3 Star 3 Fork 3

monkeyWzr/zmr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SendUART.h 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
monkeyWzr 提交于 2016-10-29 10:59 . init
#ifndef _COMM_H
#define _COMM_H
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <termios.h>
#include <unistd.h> //Used for UART
#include <fcntl.h> //Used for UART
#include <termios.h> //Used for UART
#include <string.h>
#include <ctype.h>
#include <wiringSerial.h>
#define BAUDRATE B115200 ///Baud rate : 115200
#define DEVICE "/dev/ttyAMA0"
#define SIZE 1024
#define SENDSIZE 12
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/monkeywzr/zmr.git
git@gitee.com:monkeywzr/zmr.git
monkeywzr
zmr
zmr
master

搜索帮助