-
遥控器解码和1602驱动程序,一个用c写的源代码。
遥控器解码和1602驱动程序,一个用c写的源代码。-Remote control decoding and 1602 driver, one with c source code to write.
- 2023-02-02 20:00:04下载
- 积分:1
-
时钟ic以及他的应用接口电路应用程序还有线路图
时钟ic以及他的应用接口电路应用程序还有线路图-hit1380
- 2022-11-28 01:40:03下载
- 积分:1
-
Nokia3310的proteus仿真模型Design.zip
Nokia3310的proteus仿真模型Design.zip
- 2022-02-14 12:22:14下载
- 积分:1
-
达芬奇系列嵌入式驱动开发程序实例
此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。
调试步骤
1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。
分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程。
2、仔细读目录中的Makefile文件,理解文件中各个语句的功能。
- 2022-06-26 22:20:22下载
- 积分:1
-
超级字符/图形点阵模提取软件,应该有用。
超级字符/图形点阵模提取软件,应该有用。--Super character/graphic lattice extracting program.
- 2022-01-22 12:07:15下载
- 积分: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
-
该工程是从ecos嵌入式系统下移植过来的一个小型的fat16文件系统,让他在win32下可以运行,来测试其正确性,改工程可以很好的移植到其他嵌入式平台上,比如手
该工程是从ecos嵌入式系统下移植过来的一个小型的fat16文件系统,让他在win32下可以运行,来测试其正确性,改工程可以很好的移植到其他嵌入式平台上,比如手机,手提电脑平台上,其小巧实用行应该有一定的商业价值。 拜托斑竹给号了。- This project is inserts a small fat16 filing system from ecos
which under the type system transplants, enables him to be allowed to
move under win32, tests its accuracy, changes the project to be
allowed to insert in the type platform the very good transplant to
other, for instance the handset, in the portable computer platform,
its exquisite practical line should have the certain commercial value.
Asked the spot bamboo to give the number.
- 2023-07-05 09:20:03下载
- 积分:1
-
VHDL源代码和仿真的全加器
资源描述在这个项目中,你会得到一些校长对于VHDL逻辑信息添加三位。 ;你知道当我们添加三位输入,我们将给予两位的输出。一、乙和丙是输入和D、c_out输出。有关全加器的更多信息,您可以读取数字逻辑与计算机设计莫里斯马诺。
- 2022-03-22 07:16:14下载
- 积分:1
-
IAR C编译器
IAR C compiler
FanControl
CPU: atmega128
- 2023-08-10 20:40:07下载
- 积分:1
-
Fatigue testing pipeline system, the system for filling high
管道疲劳强度检测试验系统,系统用于管道高压液体充放疲劳实验控制,充放压过程实时检测、数据曲线动态显示、及底层硬件异常情况的响应处理。-Fatigue testing pipeline system, the system for filling high-pressure liquid pipeline release fatigue experimental control, the process of filling pressure put real-time detection, the data curve of dynamic display, and the underlying hardware to deal with abnormal response.
- 2022-01-25 20:34:46下载
- 积分:1