-
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
-
嵌入式Linux操作系统的名词解释以及资源大全
嵌入式Linux操作系统的名词解释以及资源大全-Embedded Linux operating system, as well as resource Guinness Glossary
- 2022-02-04 00:44:17下载
- 积分:1
-
Embedded System Debugging
嵌入式系统的调试方法-Embedded System Debugging
- 2022-09-08 00:55:03下载
- 积分:1
-
pcmcia驱动源代码,直接可以在linux2.6下使用 !
pcmcia驱动源代码,直接可以在linux2.6下使用 !-pcmcia driver source code, direct linux2.6 can use!
- 2022-03-17 05:19:38下载
- 积分:1
-
ARM7 serial read and write the following two ways: interrupt mode and query the...
ARM7下面读写串口的两种方式:中断方式和查询方式的源代码。详细介绍了ARM7下面读写串口的方式。-ARM7 serial read and write the following two ways: interrupt mode and query the source code. Described in detail ARM7 serial read and write the following way.
- 2022-05-22 17:41:38下载
- 积分:1
-
led矩阵原理图
led矩阵原理图--Diagram for LED matrix.
- 2022-07-12 12:34:52下载
- 积分:1
-
c语言写的拼音输入法
c语言写的拼音输入法-c write phonetic language input method
- 2023-06-27 07:20:04下载
- 积分:1
-
yuv422及YUV420格式图像是实现字符及汉子叠加
yuv422及YUV420格式图像是实现字符及汉子叠加,本机以实现,能够调整字体颜色,可以通过自己更改源码调整字体大小,已经实现的是16*16
- 2023-05-01 14:45:03下载
- 积分:1
-
Karplus Stron 算法和鼓合成的执行情况
本项目的目标设计微控制器操作的架子鼓和吉他,只包括鼓棍,脚踏板,并选取。这是通过执行连接到单片机的加速度计。由摇摆的棍子和在空气中挑选吉他你可以玩鼓和吉他演奏。我们还实施了回放功能你可以记录声音和稍后听听它。摇滚乐 !
- 2022-03-24 06:02:43下载
- 积分:1
-
红外遥控器已被广泛使用在各种类型的家电产品上,它的出现给使用家器提供了很多的便利。红外遥控系统一般由红外发射装置和红外接受设备两大部分组成。红外发射装置又可由键...
红外遥控器已被广泛使用在各种类型的家电产品上,它的出现给使用家器提供了很多的便利。红外遥控系统一般由红外发射装置和红外接受设备两大部分组成。红外发射装置又可由键盘电路、红外编码芯片、电源和红外发射电路组成。红外接收设备可由红外接收电路、红外解码芯片、电源和应用电路组成。通常为了使信号能更好的被传输发送端将基带二进制信号调制为脉冲串信号,通过红外发射管发射。本设计采用Atmega8作为红外发射编码和接收解码芯片。-Infrared remote control has been widely used in various types of household electrical appliances, it" s there to provide the users a lot of convenience. Infrared remote control system in general by the infrared emission devices and infrared devices to accept the composition of two major parts. Infrared emission circuit device can be by keyboard, infrared encoder chip, power and infrared emission circuit. By the infrared receiver infrared receiver circuit equipment, infrared decoder chip, power supply and application circuit. Usually better in order to signal the sending end of the transmission to binary base-band signal for pulse modulation, through the launch tube infrared emission. The design uses infrared emission Atmega8 as encoding and decoding chip receiver.
- 2022-05-06 14:11:23下载
- 积分:1