• 大小: 2KB
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-05-25
  • 语言: 其他
  • 标签: 源代码  

资源简介

蓝牙开发部分源码,简单上手,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 

评论

共有 条评论