-
event queue
这是 freesscale smartDSP OS 测试 c 源的 evnet 队列。此演示创建三个任务,包括任务和事件队列 Initialization.The 的主要功能是系统功能测试的事件队列
- 2022-07-23 13:14:16下载
- 积分:1
-
ARM9,S3C2410寄存器地址,宏定义头文件,包括汇编和C两部分
ARM9,S3C2410寄存器地址,宏定义头文件,包括汇编和C两部分-ARM9, S3C2410 register address, the macro definition header files, including the compilation and C of two parts
- 2022-03-11 22:46:18下载
- 积分:1
-
norflash 代码!
norflash 代码!--norflash source code.
- 2023-01-07 04:00:04下载
- 积分:1
-
该系统是一个温度测控系统,传感器采用tlc549,内付有proteus的仿真图形,可以模拟外围电路,程序采用c,开发环境是keil c....
该系统是一个温度测控系统,传感器采用tlc549,内付有proteus的仿真图形,可以模拟外围电路,程序采用c,开发环境是keil c.-the system is a temperature monitoring system, using sensors tlc549. proteus have settled within the simulation graphics, the external circuit can be simulated, using procedures c, Development environment is keil c.
- 2022-10-21 20:15:03下载
- 积分:1
-
Texas Instruments 串口透传
两台电脑通过串口相连,相互发送消息,现在讲电脑A和电脑B连接ZigBee模块,再用串口收发信息,ZigBee的作用就相当把有线信号转化为无线信号。
- 2022-01-25 17:56:40下载
- 积分:1
-
IAR 环境 LPC2478 DA 程序
IAR 环境 LPC2478 DA 程序-IAR environment LPC2478 DA process
- 2023-04-15 07:20:03下载
- 积分:1
-
S3C2440处理器上的CF卡读写程序,已经通过验证。
S3C2440处理器上的CF卡读写程序,已经通过验证。-S3C2440 processor CF card reader procedure has been validated.
- 2023-07-19 21:10:03下载
- 积分:1
-
通过时钟芯片计算按键开关闭合次数和时间,并将数据保存在flash中...
通过时钟芯片计算按键开关闭合次数和时间,并将数据保存在flash中-Calculated through the clock chip keyswitch closure frequency and duration, and data stored in the flash of
- 2022-03-26 14:47:27下载
- 积分: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
-
interruption in its DOS13 developed procedures graphics routines, classic exampl...
在DOS13号中断下开发图形显示程序的例程,很经典的示例。-interruption in its DOS13 developed procedures graphics routines, classic examples.
- 2022-06-15 05:54:00下载
- 积分:1