-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1
-
makefile实例以及各种文件
makefile examples with various makefiles
- 2022-01-26 06:54:51下载
- 积分:1
-
avr的fat文件系统测试程序
avr的fat文件系统测试程序--Testing program for AVR s FAT file system.
- 2023-05-15 08:15:02下载
- 积分:1
-
基于嵌入式系统的LED控制程序,由C语言编写。
基于嵌入式系统的LED控制程序,由C语言编写。-based Embedded System LED control procedures, prepared by the C language.
- 2022-12-04 09:20:03下载
- 积分:1
-
嵌入式的Tcp/ip 栈
UIP TCP/IP 堆栈被为了使它有可能即使使用 tcp/ip 协议进行通信关于小 8 位微控制器。尽管是小而简单,uIP 不需要他们的同龄人有复杂的全尺寸的栈,但可以和运行同样的轻重量堆栈的同龄人交往。代码大小是几个字节和 RAM 使用量可以配置为可低至几百字节为单位)。
- 2022-01-21 03:39:15下载
- 积分:1
-
ds1302温度测试,C语言源程序,经过测试使用
ds1302温度测试,C语言源程序,经过测试使用-ds302
- 2023-02-18 07:05:03下载
- 积分:1
-
该代码为NIOSII中按键模块的硬件驱动,按键为4x4行列式键盘,通过行列扫描获取键值...
该代码为NIOSII中按键模块的硬件驱动,按键为4x4行列式键盘,通过行列扫描获取键值-The code for the button module NIOSII in hardware drivers, key determinant for the 4x4 keyboard, scanning through the ranks of access keys
- 2022-05-04 23:22:08下载
- 积分:1
-
G711 U
G711 u-law, A-law and linear PCM conversions Programm.
- 2022-07-12 22:00:48下载
- 积分:1
-
Arduino LCD text output & input buttons
Arduino LCD text output & input buttons
- 2023-08-10 18:00:03下载
- 积分:1
-
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-without ram can be extended outside of the 51 on the implementation of preemptive RTOS portable, free, open-source with the Chinese documents and detailed notes (The author has already put it to practical use items)
- 2022-10-01 14:10:03下载
- 积分:1