-
基于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
-
perl脚本程序编写。IT行业设计到的方方面面都会用到。学好它,就容易学习别的...
perl脚本程序编写。IT行业设计到的方方面面都会用到。学好它,就容易学习别的-perl script programming. Design to all aspects of IT industry, will be used. To learn it, it is easy to learn another
- 2022-01-25 21:19:54下载
- 积分:1
-
ht16xx LCD driver, useful, welcome to download. A password to extract passwords...
ht1621的液晶驱动程序,很好用,欢迎下载。-ht16xx LCD driver, useful, welcome to download. A password to extract passwords note that the procedures do not have the passwords.
- 2023-08-16 15:30:03下载
- 积分:1
-
一个能跨页面读写的I2C源码
一个能跨页面读写的I2C源码-one-page reader can I2C FOSS
- 2022-08-11 18:44:51下载
- 积分:1
-
主要涉及ad7799寄存器的读写,各种寄存器的配置
主要涉及ad7799寄存器的读写,各种寄存器的配置-read and write of ad7799 register
- 2022-02-25 17:12:59下载
- 积分:1
-
这是关于电压比较器的 里面介绍了LM339的引脚图和作用 好东西...
这是关于电压比较器的 里面介绍了LM339的引脚图和作用 好东西-This is about the voltage comparator which introduced the LM339 pin diagram and the role of a good thing
- 2022-04-19 19:34:24下载
- 积分:1
-
MiniGUI1.3.3 source. MiniGUI is running on the Linux console. Based on the Linux...
MiniGUI1.3.3源码.MiniGUI 是 Linux 控制台上运行的,基于 SVGALib 和 LinuxThread 库的多窗口图形用户界面支持系统。MiniGUI 采用了类 Win32 的 API 接口,实现了简化的类Windows 98 风格的图形用户界面。-MiniGUI1.3.3 source. MiniGUI is running on the Linux console. Based on the LinuxThread SVGALib and multi-window graphical user interface support systems. MiniGUI category used Win32 API interface, achieve a simplified style like Windows 98 graphical user interface.
- 2022-08-09 05:36:21下载
- 积分:1
-
WinCe下实现多线程
WinCe下实现多线程-WinCe under Multithreading
- 2022-08-14 09:36:00下载
- 积分:1
-
这是我的开发板的原理图,希望能对大家有帮助
这是我的开发板的原理图,希望能对大家有帮助
-This is my development board schematic diagram of the hope that it can be helpful to everyone
- 2022-07-26 15:06:51下载
- 积分:1
-
boa的最新源代码,在嵌入式系统中作web server
boa的最新源代码,在嵌入式系统中作web server-boa the latest source code, in embedded systems for the web server
- 2022-07-20 02:13:01下载
- 积分:1