-
His transplant UC/0S_II to tq2440 development board hardware drivers GUI
自己移植UC/0S_II 到 tq2440开发板 GUI 硬件驱动-His transplant UC/0S_II to tq2440 development board hardware drivers GUI
- 2022-03-16 15:27:17下载
- 积分: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
-
用verilog写的基于cpld的交通灯控制器的源代码,供参考
用verilog写的基于cpld的交通灯控制器的源代码,供参考-Use verilog to write cpld-based traffic signal controllers and the source code for reference
- 2022-01-30 23:56:04下载
- 积分:1
-
motorala模式对CPLD的读写和译码
motorala模式对CPLD的读写和译码-motorala models of literacy and decoding CPLD
- 2023-05-09 22:50:02下载
- 积分:1
-
万年历(C语言编的程序打印的万年历和程序原代码)
万年历(C语言编的程序打印的万年历和程序原代码)-hefty almanac (Part C language procedure print hefty almanac and procedures original code)
- 2022-04-25 14:58:12下载
- 积分:1
-
C #编译器
应用背景cscompiler是编译单个文件的C源代码的一个简单应用#。这是写在C #。当然,我不写了# C编译器。相反我已经使用了网络平台提供的接口。关键技术你要做的是为了有一个C编译器#:创建一个实例ofcsharpcodeprovider(vbcodeproviderfor Visual Basic)获得foricode编译器界面providecompilerparametersfor编译器选项编译源代码usingcompileassemblyfromsourcemethod oficodecompilerinterfaceprocesscompilerresults如果没有错误,执行生成的应用程序
- 2022-01-26 05:04:25下载
- 积分:1
-
scripts. Paintings such as embedded Matrix
字体显示.画点阵等嵌入式-scripts. Paintings such as embedded Matrix
- 2022-07-02 06:03:13下载
- 积分:1
-
液晶取字模程序
液晶取字模程序-Matrix liquid crystal check procedures
- 2022-09-01 01:20:03下载
- 积分:1
-
STM32 USART DMA 中断
高级USART用口例如一个微控制器,微控制器(M3,建筑中的建筑,一个DMA传输diestype,可以配置一个内部通道,将指定的数据,没有CPU的管理下,直接发送到串口发送寄存器的地址。通过这种方法,可以大大减少传输过程中的多次进入中断次数,从而大大提高了效率。所以,如果你正在使用的芯片,你可以使用DMA模式。但把DMA模式,为头指针和尾指针要做一些变化,因为DMA传输过程,是不能让头指针缓冲结束,自动调整指针到起始位置。但
- 2022-01-25 19:51:25下载
- 积分:1
-
ucos2在macroblaze上的移植代码
ucos2在macroblaze上的移植代码-ucos2 transplantation in the macroblaze code
- 2022-01-26 18:28:23下载
- 积分:1