-
基于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
-
在嵌入式操作系统uclinux下应用的数据库sqlite,本人在冷火(ColdFire)开发板中已成功应用。里面有如何进行移植的资料。...
在嵌入式操作系统uclinux下应用的数据库sqlite,本人在冷火(ColdFire)开发板中已成功应用。里面有如何进行移植的资料。--Database sqlite in uclinux os. I successfully used it in ColdFire board development. The code has information of how to do migration.
- 2022-02-26 19:05:34下载
- 积分:1
-
DMX512接收发送程序原代码,已通过编译
DMX512接收发送程序原代码,已通过编译-DMX512TTO
- 2023-08-10 11:00:02下载
- 积分:1
-
直接解压即可,为连续的分段插补程序,运用在数控机床上
直接解压即可,为连续的分段插补程序,运用在数控机床上--It could be used in numerically controlled machines.
- 2022-07-26 07:42:30下载
- 积分:1
-
" DSP Principle and Application of Technology" DSP
《DSP原理及其应用技术
》DSP相关部分器件资料和原理图库-" DSP Principle and Application of Technology" DSP-related part of the principle of device information and library
- 2022-05-25 15:13:17下载
- 积分:1
-
MJPEG Driver 3.0.1
MJPEG Driver 3.0.1-implementations Driver 3.0.1
- 2023-03-12 20:30:03下载
- 积分:1
-
一个完全的4级灰度的嵌入式CDC显示类。支持DC的全部操作。对于嵌入式开发是一个非常好的工具。...
一个完全的4级灰度的嵌入式CDC显示类。支持DC的全部操作。对于嵌入式开发是一个非常好的工具。-a full four gray embedded CDC show category. DC all the support operation. For embedded development is a very good tool.
- 2022-01-26 02:06:07下载
- 积分:1
-
基于VHDL的fpga设计课后程序
周润景老师的《基于VHDL的fpga设计》的所有范例代码,可以直接使用
- 2022-05-29 16:26:37下载
- 积分:1
-
Minigui编程应用开发,介绍了嵌入式环境下图形开发方法
Minigui编程应用开发,介绍了嵌入式环境下图形开发方法-Minigui programming application development, introduction of the embedded graphics development methodology environment
- 2022-07-17 15:09:51下载
- 积分:1
-
仿真实例大集合收集的仿真实例免费为大家提供
仿真实例大集合收集的仿真实例免费为大家提供-Simulation examples Large collection of collected simulation provided free of charge for everyone
- 2022-09-30 23:05:02下载
- 积分:1