-
基于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
-
zigbee协议栈工作流程和无线收发控制LED
资源描述zigbee的基础实验之一,通过实验可以了解zigbee协议栈运行的基本流程
- 2022-06-21 14:01:32下载
- 积分:1
-
开发UC/GUI界面程序必备的VC源代码
开发UC/GUI界面程序必备的VC源代码-Development UC/GUI interface procedures required VC source code
- 2023-06-14 02:05:04下载
- 积分:1
-
QT5 編程入門源碼
资源描述目 录
第1章 开发环境
1.1 Qt 简介。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
5
1.2 下载安装 Qt Creator 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。6
1.3 第一个程序 Hello World 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。7
第2章 窗体应用
1.1 窗体基类说明 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
12
1.2 控制窗体大小 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
13
1.3 窗体初始位置及背景色 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
13
1.4 修改标题栏图标 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
14
1.5 移动无边框窗体 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
16
1.6 去掉标题栏中最大化、最小化按钮 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
17
1.7 多窗体调用 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
18
1.8 字体形状窗体 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
20
第3章 控件应用
1.1 QPushButton 按钮 。。。。。。。。。。。。。
- 2022-07-21 02:14:15下载
- 积分:1
-
51单片机各类源程序集锦
CAN,蜂鸣器,LED灯,EEPROM,IO_KEY,RS232,RS485,RTC,USB,TCP IP
- 2022-01-31 23:04:41下载
- 积分:1
-
threadx操作系统源代码之
threadx操作系统源代码之-threadx operating system"s source code 222222222222222222222 222 222 222 2
- 2022-06-13 16:16:29下载
- 积分:1
-
This is linux kernel source code 58 C source, the source code is compiled by
这是linux内核C源代码58的源程序,这个源代码已经编译通过-This is linux kernel source code 58 C source, the source code is compiled by
- 2022-01-26 00:40:48下载
- 积分:1
-
用在COM和嵌入系统开发的示例性程序源码有详细的开发说明.
用在COM和嵌入系统开发的示例性程序源码有详细的开发说明.-used in embedded systems development and examples of procedures detailed source of development note.
- 2022-01-24 15:08:38下载
- 积分:1
-
IAR EWARM Embedded Development Environment Fast User Getting Started guide
IAR EWARM嵌入式开发环境快速用户入门指导-IAR EWARM Embedded Development Environment Fast User Getting Started guide
- 2022-03-18 19:43:52下载
- 积分:1
-
header file of the specific codes for LPC2100 target boards
, user may modify...
header file of the specific codes for LPC2100 target boards
, user may modify it as ne-header file of the specific codes for LPC21 00 target boards, user may modify it as ne
- 2022-01-28 03:21:48下载
- 积分:1