CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 uCOS开发

文件名称:KEYBOARD

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-11-09
  • 文件大小:
    6.49mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

基于STM32,通过ucosII实现键盘扫描功能。完整的project程序。在keil平台下运行,直接打开文件目录下user中的project文件即可。-Based STM32, to achieve the keyboard scanning functionality through ucosII. Complete project process. In keil platforms, open the file directly in the project directory under the user files.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

UCOS-II - 键盘扫描/
UCOS-II - 键盘扫描/CMSIS/
UCOS-II - 键盘扫描/CMSIS/core_cm3.c
UCOS-II - 键盘扫描/CMSIS/core_cm3.h
UCOS-II - 键盘扫描/CMSIS/starup/
UCOS-II - 键盘扫描/CMSIS/starup/startup_stm32f10x_hd.s
UCOS-II - 键盘扫描/CMSIS/stm32f10x.h
UCOS-II - 键盘扫描/CMSIS/system_stm32f10x.c
UCOS-II - 键盘扫描/CMSIS/system_stm32f10x.h
UCOS-II - 键盘扫描/FWLib/
UCOS-II - 键盘扫描/FWLib/inc/
UCOS-II - 键盘扫描/FWLib/inc/misc.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_adc.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_bkp.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_can.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_cec.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_crc.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_dac.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_dbgmcu.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_dma.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_exti.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_flash.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_fsmc.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_gpio.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_i2c.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_iwdg.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_pwr.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_rcc.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_rtc.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_sdio.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_spi.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_tim.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_usart.h
UCOS-II - 键盘扫描/FWLib/inc/stm32f10x_wwdg.h
UCOS-II - 键盘扫描/FWLib/src/
UCOS-II - 键盘扫描/FWLib/src/misc.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_adc.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_bkp.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_can.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_cec.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_crc.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_dac.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_dbgmcu.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_dma.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_exti.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_flash.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_fsmc.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_gpio.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_i2c.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_iwdg.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_pwr.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_rcc.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_rtc.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_sdio.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_spi.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_tim.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_usart.c
UCOS-II - 键盘扫描/FWLib/src/stm32f10x_wwdg.c
UCOS-II - 键盘扫描/Listing/
UCOS-II - 键盘扫描/Output/
UCOS-II - 键盘扫描/UCOSII/
UCOS-II - 键盘扫描/UCOSII/CONFIG/
UCOS-II - 键盘扫描/UCOSII/CONFIG/includes.h
UCOS-II - 键盘扫描/UCOSII/CONFIG/os_cfg.h
UCOS-II - 键盘扫描/UCOSII/CORE/
UCOS-II - 键盘扫描/UCOSII/CORE/os_core.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_flag.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_mbox.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_mem.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_mutex.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_q.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_sem.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_task.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_time.c
UCOS-II - 键盘扫描/UCOSII/CORE/os_tmr.c
UCOS-II - 键盘扫描/UCOSII/CORE/ucos_ii.c
UCOS-II - 键盘扫描/UCOSII/CORE/ucos_ii.h
UCOS-II - 键盘扫描/UCOSII/PORT/
UCOS-II - 键盘扫描/UCOSII/PORT/os_cpu.h
UCOS-II - 键盘扫描/UCOSII/PORT/os_cpu_a.asm
UCOS-II - 键盘扫描/UCOSII/PORT/os_cpu_c.c
UCOS-II - 键盘扫描/UCOSII/PORT/os_dbg.c
UCOS-II - 键盘扫描/UCOSII/PORT/os_dbg_r.c
UCOS-II - 键盘扫描/USER/
UCOS-II - 键盘扫描/USER/JLink Regs CM3.txt
UCOS-II - 键盘扫描/USER/JLinkLog.txt
UCOS-II - 键盘扫描/USER/JLinkSettings.ini
UCOS-II - 键盘扫描/USER/LED.c
UCOS-II - 键盘扫描/USER/LED.h
UCOS-II - 键盘扫描/USER/Systick.c
UCOS-II - 键盘扫描/USER/Systick.h
UCOS-II - 键盘扫描/USER/key.c
UCOS-II - 键盘扫描/USER/key.h
UCOS-II - 键盘扫描/USER/main.c
UCOS-II - 键盘扫描/USER/os_cpu_a.lst
UCOS-II - 键盘扫描/USER/startup_stm32f10x_hd.lst
UCOS-II - 键盘扫描/USER/stm32f10x_conf.h
UCOS-II - 键盘扫描/USER/stm32f10x_it.c
UCOS-II - 键盘扫描/USER/stm32f10x_it.h
UCOS-II - 键盘扫描/USER/ucosii.map
UCOS-II - 键盘扫描/USER/ucosii.plg
UCOS-II - 键盘扫描/USER/ucosii.uvopt
UCOS-II - 键盘扫描/USER/ucosii.uvproj
UCOS-II - 键盘扫描/USER/ucosii_Target 1.dep
UCOS-II - 键盘扫描/USER/ucosii_uvopt.bak
UCOS-II - 键盘扫描/USER/ucosii_uvproj.bak
UCOS-II - 键盘扫描/bsp_led.crf
UCOS-II - 键盘扫描/bsp_led.d
UCOS-II - 键盘扫描/bsp_led.o
UCOS-II - 键盘扫描/core_cm3.crf
UCOS-II - 键盘扫描/core_cm3.d
UCOS-II - 键盘扫描/core_cm3.o
UCOS-II - 键盘扫描/key.__i
UCOS-II - 键盘扫描/key.crf
UCOS-II - 键盘扫描/key.d
UCOS-II - 键盘扫描/key.o
UCOS-II - 键盘扫描/led.crf
UCOS-II - 键盘扫描/led.d
UCOS-II - 键盘扫描/led.o
UCOS-II - 键盘扫描/main.__i
UCOS-II - 键盘扫描/main.crf
UCOS-II - 键盘扫描/main.d
UCOS-II - 键盘扫描/main.o
UCOS-II - 键盘扫描/misc.crf
UCOS-II - 键盘扫描/misc.d
UCOS-II - 键盘扫描/misc.o
UCOS-II - 键盘扫描/os_core.crf
UCOS-II - 键盘扫描/os_core.d
UCOS-II - 键盘扫描/os_core.o
UCOS-II - 键盘扫描/os_cpu_a.d
UCOS-II - 键盘扫描/os_cpu_a.o
UCOS-II - 键盘扫描/os_cpu_c.crf
UCOS-II - 键盘扫描/os_cpu_c.d
UCOS-II - 键盘扫描/os_cpu_c.o
UCOS-II - 键盘扫描/os_dbg.crf
UCOS-II - 键盘扫描/os_dbg.d
UCOS-II - 键盘扫描/os_dbg.o
UCOS-II - 键盘扫描/os_dbg_r.__i
UCOS-II - 键盘扫描/os_dbg_r.crf
UCOS-II - 键盘扫描/os_dbg_r.d
UCOS-II - 键盘扫描/os_dbg_r.o
UCOS-II - 键盘扫描/os_flag.crf
UCOS-II - 键盘扫描/os_flag.d
UCOS-II - 键盘扫描/os_flag.o
UCOS-II - 键盘扫描/os_mbox.crf
UCOS-II - 键盘扫描/os_mbox.d
UCOS-II - 键盘扫描/os_mbox.o
UCOS-II - 键盘扫描/os_mem.crf
UCOS-II - 键盘扫描/os_mem.d
UCOS-II - 键盘扫描/os_mem.o
UCOS-II - 键盘扫描/os_mutex.crf
UCOS-II - 键盘扫描/os_mutex.d
UCOS-II - 键盘扫描/os_mutex.o
UCOS-II - 键盘扫描/os_q.crf
UCOS-II - 键盘扫描/os_q.d
UCOS-II - 键盘扫描/os_q.o
UCOS-II

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com