SetTxPacket(Buffer-stm32+sx1278-c - IMDN开发者社群-imdn.cn" /> SetTxPacket(Buffer,BufferSize);    break;  caseRF_RX_DONE:    Radio->GetRxPacket(Buffer,(uint16_t*)&BufferSize);       if(BufferSize>0)&n-IMDN开发者社群-imdn.cn"> SetTxPacket(Buffer,BufferSize);    break;  caseRF_RX_DONE:    Radio->GetRxPacket(Buffer,(uint16_t*)&BufferSize);       if(BufferSize>0)&n - IMDN开发者社群-imdn.cn">
登录
首页 » c » stm32+sx1278

stm32+sx1278

于 2022-12-06 发布 文件大小:1.52 MB
0 131
下载积分: 2 下载次数: 1

代码说明:

void OnMaster( void ){    uint8_t i;        switch( Radio->Process( ) )    {    case RF_RX_TIMEOUT:        // Send the next PING frame        Buffer[0] = "P";        Buffer[1] = "I";        Buffer[2] = "N";        Buffer[3] = "G";        for( i = 4; i < BufferSize; i++ )        {            Buffer[i] = i - 4;        }        Radio->SetTxPacket( Buffer, BufferSize );        break;    case RF_RX_DONE:        Radio->GetRxPacket( Buffer, ( uint16_t* )&BufferSize );            if( BufferSize > 0 )&n

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Matlab_exams
    MATLAB 考题整理,附带了详细的答案,很好的资料(MATLAB exam finish, with a detailed answer, very good information)
    2010-06-07 21:21:33下载
    积分:1
  • HTML5 socket在线聊天程序 源码
    HTML5 socket在线聊天程序 源码
    2014-09-13下载
    积分:1
  • AIAA-2006-6753
    SGP4官方程序,包括matlab,java,C++等源码和说明文件(Official program of SGP4 model,includes Matlab, VC, Java, etc.)
    2021-03-15 17:59:22下载
    积分:1
  • 比较完善的企业销售管理信息系统,如有不明白之处请EMAIL本人。...
    比较完善的企业销售管理信息系统,如有不明白之处请EMAIL本人。-Relatively perfect enterprise sales management information system, if not understand, please EMAIL me.
    2022-08-08 06:49:17下载
    积分:1
  • MDIFrameBackground
    To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDIFrameWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
    2010-08-06 14:07:20下载
    积分:1
  • qqq
    蚁群算法求解TSP问题的源代码,c++实现的(Ant colony algorithm for TSP source code, c++ achieved)
    2014-05-20 15:08:19下载
    积分:1
  • CPP_Socket
    windows客户端与服务器之间的网络通信代码(windows between the client and server network communications code)
    2013-07-11 23:32:54下载
    积分:1
  • 66306038
    说明:  
    2018-04-26 19:00:29下载
    积分:1
  • STACK
    用C语言编写的堆栈接口,适用于各种环境,提供接口: STACK *initStack(int MaxRoom) void destroyStack(STACK **spp) void resetStack(STACK *sp) Boolean isStackEmpty(STACK stack) Boolean isStackFull(STACK stack) Boolean push(STACK *sp, USER_TYPE data) Boolean pop(STACK *sp, USER_TYPE *data) Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
    2013-07-22 10:59:32下载
    积分:1
  • C# 局域网聊天室 源码下载
     
    2014-11-29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载