-
嵌入式操作系统TCP/IP协议栈的socket小程序,可以运行
嵌入式操作系统TCP/IP协议栈的socket小程序,可以运行-A small socket program of TCP/IP protocol in bedded system ,it can run.
- 2023-02-23 03:30:04下载
- 积分:1
-
lpc22xx实例代码,IAR EWARM代码
LPC22xx代码示例,IAR EWARM代码-LPC22xx code examples, IAR EWARM code
- 2022-03-20 14:11:42下载
- 积分:1
-
CENTER arm in a transplant code, we welcome the study reference. Common learning...
ucos在arm上的移植代码,欢迎大家学习参考。共同学习,共同进步。-CENTER arm in a transplant code, we welcome the study reference. Common learning and common progress.
- 2022-01-21 00:21:23下载
- 积分:1
-
研勤公司2440开发板的测试程序,包括所有s3c2440模块的测试,推荐下载...
研勤公司2440开发板的测试程序,包括所有s3c2440模块的测试,推荐下载-research service company 2440 development board testing procedures, including all s3c2440 module testing, download
- 2022-01-25 15:25:22下载
- 积分:1
-
On the self
关于自制C8051单片机编程器的文档,对至关重要的操作相关文件,以及部分源代码,都公开。-On the self-C8051 Microcontroller Programmer
- 2022-06-27 14:32:20下载
- 积分:1
-
这是由51系列单片机实现的I2C总线通信
这是由51系列单片机实现的I2C总线通信-This is from the 51 Series MCU I2C bus communication
- 2022-06-01 10:14:35下载
- 积分:1
-
该教案是嵌入式系统开发中,模块设计的文档资料,具有很高的参考价值,上课用的,拿来和大家分享一下...
该教案是嵌入式系统开发中,模块设计的文档资料,具有很高的参考价值,上课用的,拿来和大家分享一下-The teaching plan is to develop an embedded system, the modular design documentation, a high reference value, used in class, use and share with you
- 2022-03-11 20:35:17下载
- 积分:1
-
摇摇棒程序 用普通的51单片机控制16个LED,定时切换换面,同时做出动画效果...
摇摇棒程序 用普通的51单片机控制16个LED,定时切换换面,同时做出动画效果-Shaking his stick with the ordinary procedures of 51 control 16 single-chip LED, switched from time to time for face, at the same time to make animation
- 2022-07-14 05:20:21下载
- 积分:1
-
有关protel PCB设计的有关注意事项和经验
有关protel PCB设计的有关注意事项和经验--Issues and lessons during designing protel PCB.
- 2022-04-29 03:53:24下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1