-
关于嵌入式linux新产品实验
关于嵌入式linux新产品实验-Embedded linux on the new product experiment
- 2023-05-02 18:30:03下载
- 积分: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
-
CBM2090技术资料,硬件原理图,针脚说明,开发使用
CBM2090技术资料,硬件原理图,针脚说明,开发使用-CBM2090 technical information, hardware schematics, pin description, develop the use of
- 2022-11-11 00:15:03下载
- 积分:1
-
ADC串行接口与ARM
这是ADC和串行代码的ARM在我们microcontrooller我们如何将我们的接口模块,这里是一个使用我的代码解释
- 2022-07-01 21:40:02下载
- 积分:1
-
C8051F500 引导加载程序代码与 CAN 总线
这是一个示例启动引导程序代码与 C8051F500 MCU 和罐头。使用此代码,您可以更新的固件 CAN 总线。
- 2022-07-08 10:14:34下载
- 积分:1
-
On the PLC to control the information content of a comprehensive, for general re...
关于PLC控制的资料,内容全面,供参考用.-On the PLC to control the information content of a comprehensive, for general reference.
- 2022-08-10 08:13:58下载
- 积分:1
-
上传一个arm调试软件,在xp下调试jtag经常出错,推荐使用该软件比较好用。...
上传一个arm调试软件,在xp下调试jtag经常出错,推荐使用该软件比较好用。-upload an arm debug software, under the xp JTAG Debugging often wrong, Suggested use the software more user friendly.
- 2023-01-16 17:30:04下载
- 积分:1
-
cayman提供的pxa270 uboot 源码
cayman提供的pxa270 uboot 源码-cayman provided pxa270 uboot source
- 2022-06-28 11:48:53下载
- 积分:1
-
IIC总线,I2C,用于LPC21XX系列的,LPC2103。用非中断的方式写的,直接用IO口控制。非常好用。...
IIC总线,I2C,用于LPC21XX系列的,LPC2103。用非中断的方式写的,直接用IO口控制。非常好用。-IIC Bus, I2C, for LPC21XX series, LPC2103. With non-disruptive way to write and direct use of IO population control. Very easy to use.
- 2022-05-13 09:12:42下载
- 积分:1
-
NIOSII 实验指导,适合业内初学人士使用。。。。。十分赞啊
NIOSII 实验指导,适合业内初学人士使用。。。。。十分赞啊-NIOSII experimental guidance for the industry to use the beginner. . . . . Ah very Zan
- 2022-01-26 03:51:54下载
- 积分:1