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

搜索资源列表

  1. uCOS-II--149

    1下载:
  2. 参考网上的提供的代码,我把uCosII移植到MSP430f149上,分三个任务,分别是485通讯,键盘扫描,LED显示,可供参考!-online reference provided by the code, and I uCosII MSP430f149 transplant, in three tasks, namely, 485, keyboard scan, LED display, for example!
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:72166
    • 提供者:亮亮
  1. uCOS-II--149

    0下载:
  2. 参考网上的提供的代码,我把uCosII移植到MSP430f149上,分三个任务,分别是485通讯,键盘扫描,LED显示,可供参考!- Refers to code which on-line provides, I transplant uCosII to MSP430f149 on, divides three duties, respectively is 485 communications, scanning, LED demonstrated
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:70673
    • 提供者:龚毅
  1. clockkeyrs232

    0下载:
  2. 基于ARM和proteus 采用定时器实现秒级定时 2个按键进行时间调整,一个采用中断方式、一个采用GPIO方式实现 显示1采用6个数码管(可带外部驱动器),使用动态扫描方式 显示2采用PROTEUS提供的RS232串口终端,用软件驱动串口进行显示 -Seconds using the timer class from time to time to achieve two key time to adjust to a disruption of the way the u
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:389889
    • 提供者:apple
  1. KEY_SCAN

    0下载:
  2. 单片机键盘扫描程序,用单片机仿真软件通过,希望对大家有所帮助,谢谢大家的支持。-Single-chip scanner keyboard, through the use of single-chip simulation software, we would like to help, I would like to thank everyone' s support.
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:33565
    • 提供者:yingwei
  1. keybroad

    0下载:
  2. Ucos下的按键程序 版本285.实现矩阵按键扫描-Ucos button under the 285 version. The realization of key scan matrix
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:231093
    • 提供者:jimmy
  1. ucos_block

    0下载:
  2. 嵌入式系统ucos的几个应用实例,包括按键扫描,clock控制,timer管理,com通讯模块。强烈推荐!-Several ucos Embedded Systems Applications, including the scan button, clock control, timer management, com communications module. Strongly recommended!
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:90433
    • 提供者:Charlie
  1. keyboard

    0下载:
  2. 实现arm s3c44b0的键盘扫描功能,具体看型号,代码-to realize the function of scaning keyboard of arm s3c44b0
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:1271
    • 提供者:11
  1. _I2C_ZLG7290

    0下载:
  2. 周立功的ZLG7290按键扫描和显示以及发送程序,自己感觉还是很好用的。-ZLG' s ZLG7290 button scanning and display, and send the program, their feelings or well used.
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:580382
    • 提供者:
  1. lcduart

    1下载:
  2. 是在stm32开发板上移植了uC/OS实时操作系统,在上面能够进行多任务编程,本设计完成点亮led灯和串口通讯,lcd显示,按键扫描-Is on the stm32 development board transplant real-time operating system uC/OS, capable of multitasking programming on it, the design complete lit led lights and serial port communicat
  3. 所属分类:uCOS

    • 发布日期:2017-05-08
    • 文件大小:2058240
    • 提供者:wanglei
  1. test

    0下载:
  2. 在ZLG MAGIC241 开发板或者其他ARM9架构的其他开发板上实现贪吃蛇的小游戏,利用μC/OS-II的任务管理系统对于所有的任务进行管理调度。建立两个任务(不包括空闲任务),其中一个高优先级的任务一直实现按键扫描,以便获得键值;另一个低优先级的任务,实现游戏方向键定义和游戏运动画面等功能。-In ZLG MAGIC241 development board or other ARM9 architecture of other development board to achieve s
  3. 所属分类:uCOS

    • 发布日期:2017-05-12
    • 文件大小:2624876
    • 提供者:苞苞
  1. KEYBOARD

    0下载:
  2. 基于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 unde
  3. 所属分类:uCOS

    • 发布日期:2017-05-23
    • 文件大小:6806754
    • 提供者:刘莉莉
  1. Desktop

    0下载:
  2. 功能:读取按键,控制LED闪烁。 首先对引脚选择寄存器PINSEL赋值为0,设置引脚连接GPIO。,然后对按键进行扫描,等到有键按下时,开始LED闪烁的程序。为了使LED有各种各样的闪烁结果,对其设计了一个表LED_TBL[],并不断调用,对P0[7:0]这8个设置为输出的I/O口进行置一或清零,得到花样流水灯的效果。当接P0.14的按键按下时,LED闪烁状态会回到最初全灭至亮状态,然后继续按照其他花式闪烁。 -Function: Reads keys, control LED flas
  3. 所属分类:uCOS

    • 发布日期:2017-04-25
    • 文件大小:73105
    • 提供者:范鹏
  1. UCOSIII_DEMO

    0下载:
  2. stm32f4 ucos ,包含了按键扫描和防抖的处理,按键可以实现长按短按,短按弹起,长按弹起-stm32f4 ucos, it contains a key-scan and image stabilization process, the key can achieve long press short press, short press bounce, bounce press
  3. 所属分类:uCOS

    • 发布日期:2017-05-25
    • 文件大小:8363889
    • 提供者:李建群
搜珍网 www.dssz.com