搜索资源列表
2430LED
- CC2430跑马灯, CC2430 中,I/O 口做普通 I/O 使用时和每个 I/O 端口相关的寄存器有 3 个,分别是 //PxSEL 功能选择寄存器,PxDIR 方向寄存器,PxINP 输入模式寄存器,其中 x 为 0,1,2 。
2430LED
- CC2430跑马灯, CC2430 中,I/O 口做普通 I/O 使用时和每个 I/O 端口相关的寄存器有 3 个,分别是 //PxSEL 功能选择寄存器,PxDIR 方向寄存器,PxINP 输入模式寄存器,其中 x 为 0,1,2 。-CC2430 Marquee, CC2430 in, I/O port to do the ordinary I/O use and each I/O port related to
PointToPointCommunication
- 本代码 实现了 zigbee协议的物理层与MAC层,可直接用于 两个zigbee 节点进行 点对点通讯,节点的平台是 CC2430-The code achieved a zigbee protocol physical layer and MAC layer, can be used directly in the two zigbee node point-to-point communications, the node is a
interrupt
- 基于zigbee的无线通讯程序,通过外中断响应,再利用定时器来计时,计算脉冲的周期-Zigbee-based wireless communication procedures, through the outside interrupt response, and then use the timer to time to calculate pulse cycle
2430LED
- // CC2430 中,I/O 口做普通 I/O 使用时和每个 I/O 端口相关的寄存器有 3 个,分别是 //PxSEL //功能选择寄存器,PxDIR 方向寄存器,PxINP 输入模式寄存器,其中 x 为 0,1,2 。 //这里选择 P1.0 上的绿色 LED 作为 I/O 测试。-SLEEP &= ~0x04 while(!(SLEEP & 0x40)) //晶体振荡器开启且稳定 CLKCON &= ~