-
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
-
This research project evaluates startup times of the linux boot process from pow
This research project evaluates startup times of the linux boot process from power-on until user login.
Time consuming parts of the boot process are investigated and methods how to speed up the whole
process are discussed.
- 2022-05-17 18:29:31下载
- 积分:1
-
unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。...
unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。-unix/linux use socket programming of a specific examples, including the server and client programs. Given the use of embedded microwin GUI reference design specification.
- 2022-10-26 17:25:03下载
- 积分:1
-
51系列单片机的步进式电动机的C语言程序。
51系列单片机的步进式电动机的C语言程序。-51 Series single-chip stepper motor type C language program.
- 2022-01-30 11:46:34下载
- 积分:1
-
嵌入式的Tcp/ip 栈
UIP TCP/IP 堆栈被为了使它有可能即使使用 tcp/ip 协议进行通信关于小 8 位微控制器。尽管是小而简单,uIP 不需要他们的同龄人有复杂的全尺寸的栈,但可以和运行同样的轻重量堆栈的同龄人交往。代码大小是几个字节和 RAM 使用量可以配置为可低至几百字节为单位)。
- 2022-01-21 03:39:15下载
- 积分:1
-
这个项目是由Palm OS应用程序向导
This project was generated by Palm OS Application wizard in
CodeWarrior Development Studio for Palm OS, version 9.0.
- 2023-04-18 22:05:03下载
- 积分:1
-
TI F24x MCU 三相交流异步电机的V/F控制代码
三相交流异步电机的恒定V/F控制源代码,适用于TI的TMS320F24X MCU,可在TI原装的F24x板上直接跑。
适用于CCS3.3编译、调试环境,可参考向其他芯片进行移植或修改、增加控制算法,实现对三相风机、泵、传送带动力、纺织机传动等控制方面的应用。
程序包括分步递进编译,分成五部分:空间矢量PWM波形发生、电流/转速测量、两相电流的PI控制、电流闭环控制、速度PI闭环控制(电流和速度双闭环控制)。其中包含全部的源码和使用说明指导文档,是学习VVVF控制过程及算法很好的教程和示例。
- 2022-08-14 23:31:59下载
- 积分:1
-
双向变频控制
双向变频控制,采用微芯片公司微控制器 PIC16F72,三个阶段单相
- 2022-02-13 07:25:44下载
- 积分:1
-
单片机间的通信程序(建立在C++语言上的开发)两片52位单片机间的通信...
单片机间的通信程序(建立在C++语言上的开发)两片52位单片机间的通信-Communication between the microcontroller program (based on C++ language development) 2 52 communication between MCU
- 2022-02-03 22:21:06下载
- 积分:1
-
Notes uda1341 drive linux2.4.18 detailed attention to compile
uda1341驱动 linux2.4.18 有详细注释
注意编译时配置文件需要自己添加
-Notes uda1341 drive linux2.4.18 detailed attention to compile-time configuration file may need to add
- 2023-08-18 07:40:03下载
- 积分:1