您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. CC2530流水灯实验代码

  2. #include #define uint unsigned int #define uchar unsigned char //定义控制灯的端口 #define LED1 P1_0 //定义LED1为P10口控制 #define LED2 P1_1 //定义LED2为P11口控制 #define LED3 P0_4 //定义LED3为P04口控制
  3. 所属分类:C

    • 发布日期:2015-05-21
    • 文件大小:1024
    • 提供者:roenst
  1. 红外对管测试

  2. 描 述: 挡住红外对管,对管上的灯亮,拿开就灭。发生一次D1也会改变 * P0.4口为传感器的输入端 串口配置也115200 8N1 ****************************************************************************/ #include #include #include typedef unsigned char uchar; typedef unsigned int uint; #define LED1 P1_0
  3. 所属分类:硬件开发

    • 发布日期:2015-08-10
    • 文件大小:404480
    • 提供者:qq_22001427
  1. ioCC2530.h

  2. ioCC2530.h头文件完整的 /************************************************************************************************** * - ioCC2530.h - * * Header file with definitions for the Texas Instruments CC2530 low-powe
  3. 所属分类:其它

    • 发布日期:2020-03-24
    • 文件大小:38912
    • 提供者:weixin_39436273
  1. CC2530基础中断方式按键控制灯

  2. /* 如果按键按下时间小于1秒,则切换灯的闪烁效果 如果按键按下时间大于1秒,则不切换灯的闪烁效果 */ #include #define D3 P1_0 #define D4 P1_1 #define SW1 P1_2 #define D5 P1_3 #define D6 P1_4 unsigned char flag=0; void inline delay(unsigned int time) //因为中断调用了此函数,
  3. 所属分类:Java

    • 发布日期:2020-12-04
    • 文件大小:22528
    • 提供者:C__ren
  1. 09-1. P2P通信.zip

  2. #include #include "hal_mcu.h" #include "hal_assert.h" #include "hal_board.h" #include "hal_rf.h" #include "basic_rf.h" #include #include "info.h" #include "string.h" #define RF_CHANNEL 25 // 2.4 GHz RF cha
  3. 所属分类:嵌入式

    • 发布日期:2020-11-30
    • 文件大小:129024
    • 提供者:weixin_52288160