资源简介
手机软件通过蓝牙控制树莓派,软件包含六个按钮和一个摇杆
代码片段和文件信息
#include
#include
#include
#include
#include “QueueArray.h“
#include “GoBLE.h“
using namespace std;
_GoBLE Goble;
int fd;
/*
* The following constants tell for each accelerometer
* axis which values are returned when the axis measures
* zero acceleration.
*/
_GoBLE::_GoBLE() {
if(-1==wiringPiSetup()) {
cerr<<“set up error“< exit(-1);
}
}
void _GoBLE::begin() {
fd = serialOpen(“/dev/ttyAMA0“ 115200);
initRecvDataPack();
_joystickX = 127;
_joystickY = 127;
for (int i = 0; i < MAXBUTTONID; i++) {
_button[i] = RELEASED;
}
for (int i = 0; i < 20; i++) bleQueue.push(0x00);
for (int i = 0; i < 20; i++) bleQueue.pop();
}
void _GoBLE::begin(un
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-25 22:18 ble\
文件 7776 2018-09-25 22:25 ble\GoBLE.cpp
文件 2741 2018-09-25 22:15 ble\GoBLE.h
文件 1383 2018-09-25 22:36 ble\main.cpp
文件 6302 2018-09-25 19:51 ble\QueueArray.h
- 上一篇:axi_stream.zip
- 下一篇:Rockey4ND硬件修改
相关资源
- Virtual Serial Port Driver XP 5.1 虚拟窜口软
- BluetoothTools
- USB-serial controller驱动
- USB Serial Converter串口转USB驱动 win7 64位
- CSerialPort类 VS2015 unicode可用
- Virtual Serial Port Driver 7.1.289 注册机和汉
- 经典三方串口类SerialPort
- Qt CAN、串口、网络测试程序
- TSerial串口通讯调试工具 for Dos
- SerialGraph.zip
- SerialPort类
- 串口复用Eltima.Software.Serial.Splitter.v3
- qt串口通信教程及qextserialport库文件
- SerialPort类最新版
- CSerialPortV3.0.2串口类最新修正版2018-
- rxtxParallel.dll和rxtxSerial.dll
- CSerialPort类,支持unicode编码
- 64位 rxtxserial.dll、rxtxParallel.dll
- qextserialport类编写qt串口编程
评论
共有 条评论