• 博客(0)
  • 资源 (3)

空空如也

Edaily电子日记本

Edaily--很好用的电子日记本,也支持支持word等格式

2013-08-12

zigbee模块cc2430点对点无线基本通信

zigbee模块实现两个或多个cc2430点对点无线通信,资料中包括了cc2430点对点无线通信iar7.30无线通信代码程序。

2011-08-10

利用CC2430实现SPI通信

#include <ioCC2430.h> #include <string.h> #include "hat.h" //#define Master #define uint unsigned int #define uchar unsigned char #define BlockSize 10 UINT8 SpData; char temp[BlockSize] ; BYTE rdat; char re_data[8]="12345678"; char spi_data[8]="12345678"; char spi_re_data[8]; uint re_data_num=0; uint spi_re_data_num=0; #define MISO P0_2 #define MOSI P0_3 #define SS_N P0_4 #define SCK P0_5 //定义控制灯的端口 #define led1 P1_0 #define led2 P1_1 #define SS P0_0

2011-07-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除