-
基于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
-
凌阳单片机的示例程序,以前学习时用过的,等以后学多了,再传一些新东西吧...
凌阳单片机的示例程序,以前学习时用过的,等以后学多了,再传一些新东西吧
-Sunplus SCM sample procedures, previous studies used, such as after school many times, send some new things you
- 2022-11-10 10:35:04下载
- 积分:1
-
5项步进电机驱动程序C96语言
5项步进电机驱动程序C96语言-five stepper motor driver VITRO language
- 2022-07-25 18:34:48下载
- 积分:1
-
伟福仿真器软件使用
伟福仿真器软件使用- Great lucky simulator software uses
- 2022-02-27 04:18:57下载
- 积分:1
-
2410TK test code, including the IIC, IIS, RTC, Flash, IrDA, LCD and other parts...
2410TK测试代码,包括IIC,IIS,RTC,Flash,IrDA,LCD等部分-2410TK test code, including the IIC, IIS, RTC, Flash, IrDA, LCD and other parts of
- 2022-07-10 10:01:12下载
- 积分:1
-
浙江大学的悟空嵌入式系统模拟器的安装程序及使用说明。WUKONG是从底层的CPU、硬件电路板开始模拟的开放源码的嵌入式系统模拟器。...
浙江大学的悟空嵌入式系统模拟器的安装程序及使用说明。WUKONG是从底层的CPU、硬件电路板开始模拟的开放源码的嵌入式系统模拟器。-Zhejiang University Wukong Embedded System Simulator installation procedures and use. WUKONG from the bottom of the CPU, hardware circuit board simulation of the beginning of open-source embedded system simulator.
- 2022-10-07 18:50:07下载
- 积分:1
-
凌阳16位单片机的UART通信程序(汇编语言)。
凌阳16位单片机的UART通信程序(汇编语言)。-Sunplus 16-bit MCU UART communication program (assembly language).
- 2022-03-21 22:07:46下载
- 积分:1
-
bill-recognition
一种纸币识别VC++程序源码,并含有多国纸币的特征库,如日元、英镑、港币...的特征库。有从纸币图像预处理、特征匹配的全过程
- 2022-11-09 13:10:04下载
- 积分:1
-
液晶模块7920的测试程序,根据本程序可是方便的修改出7920系列芯片的驱动程序!...
液晶模块7920的测试程序,根据本程序可是方便的修改出7920系列芯片的驱动程序!-LCD Module 7920 testing procedures, but the procedures to facilitate the change from the 7920 series chip driver!
- 2022-07-25 22:59:03下载
- 积分:1
-
bmx055 STM32F10x
应用背景在实施bmx055 STM32F10x这就是一个例子。 ;关键技术C代码,STM32库,I2C协议。GPIO,USART。 ;
- 2022-04-09 20:22:08下载
- 积分:1