-
嵌入式系统教学教案,这是王田苗根据他那本书做的pdf格式幻灯片。...
嵌入式系统教学教案,这是王田苗根据他那本书做的pdf格式幻灯片。-embedded system teaching lesson plans, it is Wang Tianmiaogen He is the book doing pdf format slides.
- 2023-06-21 02:35:06下载
- 积分:1
-
8051 GCD 代码
这是为 8051 微控制器的 GCD 代码。
程序语言编写的程序集级别
它还将有助于了解 ASM 的 8051 的水平语言
- 2022-03-20 10:09:55下载
- 积分:1
-
S3C2440 development board libraries, and they hope to be useful for beginners
s3c2440开发板元件库,希望对初学者有用-S3C2440 development board libraries, and they hope to be useful for beginners
- 2022-09-19 14:40:08下载
- 积分: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
-
DVB数字机顶盒中CA的通用接口源代码和通信数据格式分析。采用C编写...
DVB数字机顶盒中CA的通用接口源代码和通信数据格式分析。采用C编写-The source code written in C language for general interface of CA ,which is used for DVB digital SET top box ,and analysis about communication data.
- 2022-07-15 04:19:40下载
- 积分:1
-
2802步进电机控制器,可以作为步进电机驱动的一个重要的…
2802 步进电机控制器,可以作为步进电机驱动设计的重要参考-2802 stepper motor controller, stepper motor driver can be used as an important reference design
- 2022-07-15 13:46:34下载
- 积分:1
-
单片机设计音乐门铃,仅需at89c51,再加LM386做音频功放,输到扬声器...
单片机设计音乐门铃,仅需at89c51,再加LM386做音频功放,输到扬声器-Single-chip design music doorbell, just at89c51, coupled with the LM386 audio amplifier to do, lose to the speaker
- 2023-02-13 06:45:04下载
- 积分:1
-
以VRTX为对象详细介绍了嵌入式实时操作系统的原理和应用,特别是第一部分关于嵌入式实时系统基础
的介绍非常适合初学者全面地了解嵌入式实时操作。...
以VRTX为对象详细介绍了嵌入式实时操作系统的原理和应用,特别是第一部分关于嵌入式实时系统基础
的介绍非常适合初学者全面地了解嵌入式实时操作。-to VRTX detailed targets for the embedded real-time operating system and application principles, especially the first part of the embedded real-time systems based on very suitable for beginners to understand fully embedded real-time operation.
- 2022-01-26 06:49:00下载
- 积分:1
-
基于lpc2103的arm7代码,使用keil,使用中断实现了串口,I2C,看门狗,定时器...
基于lpc2103的arm7代码,使用keil,使用中断实现了串口,I2C,看门狗,定时器-Arm7 code based on the lpc2103, use keil, use a serial port interrupt, I2C, watchdog, timer
- 2022-03-04 06:51:36下载
- 积分:1
-
51单片机+收音模块!
实验过的,一定OK
51单片机+收音模块!
实验过的,一定OK-51 MCU+ Radio Module! Experiment before, definitely OK
- 2022-07-23 13:31:21下载
- 积分:1