点数信息
www.dssz.net
注册会员
|
设为首页
|
加入收藏夹
您好,欢迎光临本网站!
[请登录]
!
[注册会员]
!
首页
移动开发
云计算
大数据
数据库
游戏开发
人工智能
网络技术
区块链
操作系统
模糊查询
热门搜索:
源码
Android
整站
插件
识别
p2p
游戏
算法
更多...
在线客服QQ:632832888
当前位置:
资源下载
搜索资源 - ioCC2530.h
下载资源分类
移动开发
开发技术
课程资源
网络技术
操作系统
安全技术
数据库
行业
服务器应用
存储
信息化
考试认证
云计算
大数据
跨平台
音视频
游戏开发
人工智能
区块链
在结果中搜索
所属系统
Windows
Linux
FreeBSD
Unix
Dos
PalmOS
WinCE
SymbianOS
MacOS
Android
开发平台
Visual C
Visual.Net
Borland C
CBuilder
Dephi
gcc
VBA
LISP
IDL
VHDL
Matlab
MathCAD
Flash
Xcode
Android STU
LabVIEW
开发语言
C/C++
Pascal
ASM
Java
PHP
Basic/ASP
Perl
Python
VBScript
JavaScript
SQL
FoxBase
SHELL
E语言
OC/Swift
文件类型
源码
程序
CHM
PDF
PPT
WORD
Excel
Access
HTML
Text
资源分类
搜索资源列表
CC2530流水灯实验代码
#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口控制
所属分类:
C
发布日期:2015-05-21
文件大小:1024
提供者:
roenst
红外对管测试
描 述: 挡住红外对管,对管上的灯亮,拿开就灭。发生一次D1也会改变 * P0.4口为传感器的输入端 串口配置也115200 8N1 ****************************************************************************/ #include #include #include typedef unsigned char uchar; typedef unsigned int uint; #define LED1 P1_0
所属分类:
硬件开发
发布日期:2015-08-10
文件大小:404480
提供者:
qq_22001427
ioCC2530.h
ioCC2530.h头文件完整的 /************************************************************************************************** * - ioCC2530.h - * * Header file with definitions for the Texas Instruments CC2530 low-powe
所属分类:
其它
发布日期:2020-03-24
文件大小:38912
提供者:
weixin_39436273
CC2530基础中断方式按键控制灯
/* 如果按键按下时间小于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) //因为中断调用了此函数,
所属分类:
Java
发布日期:2020-12-04
文件大小:22528
提供者:
C__ren
09-1. P2P通信.zip
#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
所属分类:
嵌入式
发布日期:2020-11-30
文件大小:129024
提供者:
weixin_52288160