搜索资源列表
osled2
- 完成在S3C2410处理器上移植μC/OS-II内核,然后实现以下多任务: a) 控制实验箱核心板上4盏LED灯轮流亮灭; b) 将LED1连接到ARM9-2410EP增强型实验箱扩展口的DA OUT端口,通过实验箱上的键盘(比如“↑”、“↓”键)控制LED1亮暗变化,同时在超级终端显示该控制值; c) 将LED2连接到扩展口的I/O输出口,通过超级终端按键控制LED2亮灭,即按一下PC的超级终端某个键(比如回车键)LED2灭,再按LED2亮,反复循环。
ucos-led
- 在UC/OS上运用C实现一个按键控制八个流水灯-In the UC/OS on the use of C 8 to achieve a key water control lights
a1
- 用ucos2编写程序代码并移植到arm7控制led灯循环点亮-ucos2 transplanted to arm7 control led lights
ucos_led
- 基于ucosII的led程序,实现led流水灯的控制-Based ucosII' s led process to achieve led water lamp control
ucosPLED
- 本源码基于ucos2.52,硬件环境是lpc2368,基本操作为对LED的开关控制。LED为P2.0到P2.7的8个灯。-The source based on ucos2.52, the hardware environment is lpc2368, the basic operation of switch control of the LED. LED P2.0 to P2.7 8 light.
STM3-LED-ucos
- 基于uCOS-II的控制LED灯的闪烁;基于奋斗版STM32开发板-Based on uCOS-II,it can controling the flash of LED.
LED_c
- 博创S3C2410试验箱led灯控制C代码-The C Code of the base experience using UP-TECH S3C2410 to light 3 leds.
lpc1114_test
- lpc1114的简单ucos工程,用于控制分别点亮三个led灯-lpc1114 simple the ucos engineering, used to control light three led lights
Switch
- 开关LED试验,用于Ucos2,三个有锁三个无锁开关分别控制led灯-The switch LED test for Ucos2, three lock three no lock switch control led lights
Led
- ucos LED灯控制代码,按键控制灯,这个对于ucos初学者还是很有用的-the ucos LED light control code keys to control the lights, this is useful for the ucos beginners or
ucos_ii_LM3S9B90_KEIL
- 基于LM3S9B90开发板的UCOS_II移植。开发环境为KEIL UV4。简单移植UCOS_II,创建两个任务,分别控制一个LED灯的闪烁。工程包含所有的文件,可以单独编译成功,且工程结构清晰,易于学习-Based on the the LM3S9B90 the development board UCOS_II transplant. The development environment for the KEIL UV4. Simple the transplant UCOS_II, cr
STM32PuCOSPuCGUI
- STM32上应用uCOS/ucGUI,用滑动条控制LED灯闪烁频率-The STM32 application uCOS/ucGUI, LED lights flicker frequency slider control
LED-flow
- 利用LPC2124的GPIO控制8个发光二级管,构成一个简单的流水灯系统。-Use LPC2124 GPIO control eight light-emitting diode, constitutes a simple light water system.
uCOSKEYLED
- 用keil uVision4编写的嵌入了uCOS2系统的按键控制LED灯的源码-Written with keil uVision4 uCOS2 embedded system control button LED lamp source
uCOSEXTILED
- 用keil uVision4编写的嵌入了uCOS2系统的外部中断控制LED灯的源码-Written with keil uVision4 embedded systems uCOS2 external interrupt control LED light source
uCOSUsartLED
- 用keil uVision4编写的嵌入了uCOS2系统的串口控制LED灯的源码,可以实现命令开发板和开发板的信息反馈到串口(内含串口调试软件)-Written with keil uVision4 uCOS2 system embedded serial control LED light source (containing serial debugging software)
Desktop
- 功能:读取按键,控制LED闪烁。 首先对引脚选择寄存器PINSEL赋值为0,设置引脚连接GPIO。,然后对按键进行扫描,等到有键按下时,开始LED闪烁的程序。为了使LED有各种各样的闪烁结果,对其设计了一个表LED_TBL[],并不断调用,对P0[7:0]这8个设置为输出的I/O口进行置一或清零,得到花样流水灯的效果。当接P0.14的按键按下时,LED闪烁状态会回到最初全灭至亮状态,然后继续按照其他花式闪烁。 -Function: Reads keys, control LED flas