资源简介
蓝牙开发部分源码,简单上手,bluelab的例子啊
代码片段和文件信息
/*
This application demonstrate how to use uart interface
You can use serial port debug tool to send data to bluecore
BlueCore will return these data to serial port debug tool.
The baudrate is 9600bps
*/
#include
#include
#include
#include
#include
#include
TaskData MyTask;
/* send data out of uart */
static void UartSendData(const void* suint16 length)
{
Sink uart = StreamUartSink(); /* get the uart sink header */
char * data = (char*)s;
if(uart)
{
if (SinkClaim(uartlength) != 0xFFFF) /* claim number of extra bytes in uart sink */
{
memcpy(SinkMap(uart)(char *)datalength); /* copy the data to uart sink */
SinkFlush(uartlength); /* flush the data out of the uart sink */
}
}
}
/* message handler function */
static void my_message_handler(Task task MessageId
相关资源
- arduino开源平衡车源代码
- DHT11+CC2530 湿度传感器裸机工程源代码
-
用xm
l实现的个人简历 - 数据库课程设计 人事管理系统含源代
- 三角剖分源代码
- FPGA使用SPI口与ARM通信
- linux udev源代码
- STM32L151驱动,HART协议的源代码。
- zigbee的串口编程应用源代码
- ITU-T g729原版源代码
- Simon的bbo源代码
- QT-玛丽奥医生的源代码
- 战神世界的小工具源代码
- AdaBoost人脸识别完整实现(含特征提取
- SPEA2源代码
- sap abap 源代码 珍贵资源 供初学者参
- halcon倾斜车牌识别源代码
- 16Qam源代码
- zw_HMC5883L模块资料电路图源代码.zip
- 蚁群优化算法源代码,源程序
- WebSocket .net聊天室源代码
- 开源的超级玛丽源代码
- 网吧管理系统带源代码
- 泡泡堂源代码
- 系运动会管理系统(源代码+标准化论
- Delphi人事管理系统源代码
- FPGA 串口调试 源代码
- QT5串口上位机源代码
- 点点连格棋全国二等奖源代码
- 进程调度的设计与实现图形界面实现
评论
共有 条评论