搜索资源列表
arm-linux
- 该压缩包里面含两个源码,一个是LED流水灯实验,一个是按键控制源码。里面都包括驱动程序和相应的应用程序,开发平台为arm-linux-gcc,所用ARM板为ST2410.
s3c2440-leds
- 这个是一个基于S3C2440的裸跑流水灯程序-a led program for s3c2440
leds
- arm-linux LED流水灯实验源码-arm-liunx leds code
led
- ARM7开发板测试程序,实现流水灯,继电器,蜂鸣器,数码管,按键等器件的操作-ARM7 development board testing procedures, to achieve water lamp, relay, buzzer, digital tube, keys and other devices operate
led1
- 用单片机实验板做的一个 LED LED流水灯的简单试验-MCU Board to do with a simple LED LED lamp test water
watchdog
- 正常时流水灯循环闪烁,复位时四个LED全亮,当不及时喂狗即产生复位信号,流水灯闪烁会被打断.-Normal water cycle flashing lights, reset all four LED lights, feed the dog that is not timely when a reset signal, flashing light water will be interrupted.
LED
- OK6410的流水灯实现,飞凌没有提供,发上来给大家共享。-OK6410 lights to achieve the water, Feiling does not provide, send up to share.
helloarm
- 基于S3C2440的UART的通信,LED流水灯的实现,以及beep,按键中断控制流水灯速度和beep鸣叫时间-Based on S3C2440 UART communication, LED water lights to achieve, and beep, key interrupt control water light speed and beep tweet time
LED
- arm 11 s3c6410 裸板程序 LED流水灯程序-arm 11 s3c6410 bare board program LED lights program
LED
- ARM9开发板TQ2440 流水灯实验-ARM9 development board TQ2440 light water experiment
LED-lights
- 基于STM32的LED流水灯,使得LED灯能够来回暗灭,实现流水灯效果。-Based on the STM32 water LED lights, LED lights can make a dark back and forth off, to achieve the effect of light water.
led_FS_S5PC100
- LED流水灯显示程序编程,主要是ARM程序编程实例,是可以直接使用的程序-LED light water show programming, mainly ARM programming examples, a program can be used directly
QTjiemianchengxukaifa
- 基于QT的界面程序设计,.QT界面设计与编程。QT设计LED灯控制,设计方案自由发挥,可以单个控制LED灯、也可以流水灯的控制,可控制流水灯的频率(1-5HZ可选)。-QT-based interface programming, .QT interface design and programming. QT LED light control design, the design freedom to play, individually controllable LED light, yo
main
- ok6410开发板上开发裸机4个led流水灯的代码-4 LED water lamp developed bare metal ok6410 development board code
example
- 基于mini2410的小实验,功能包含了led流水灯、数码管、pwm蜂鸣器、按键识别、ad转换、eeprom练习、lcd屏幕实验、贪吃蛇小游戏等功能。-Based on mini2410 microprocessor, the function including led test, digital number, pwm buzzer, button recognization, ad convertion, eeprom test, lcd test, snake game, etc.
1_2_led_systick
- lpc1788-1_2_led_systick 例程描述: 本例程使用 Systick 实现流水灯。 操作过程: 将代码运行即可,开发板上四个 LED 灯呈现流水灯模式闪烁。 -Lpc1788-1_2_led_systick Routine Descr iption: This routine uses Systick to realize the water lamp. Operation process: The code
1_3_led_os
- lpc1788-1_3_led_os 例程描述: 本例程使用 CooS 实现流水灯。 操作过程: 将代码运行即可,开发板上四个 LED 灯呈现流水灯模式闪烁。-Lpc1788-1_3_led_os Routine Descr iption: This routine uses CooS to implement a flow light. Operation process: The code can run, the develo
2_1_uart_echo
- lpc1788-2_1_uart_echo 例程描述: 本例程实现 UART0、UART1 的回显功能。 操作过程: (1)将代码运行起来,开发板上四个 LED 灯呈现流水灯模式闪烁。 (2)使用串口线延长线将开发板 UART0 与 PC 机连接。打开超级终端软件,通信波特 率为 115200,其它参数使用默认的配置。 (3)超级终端与开发板成功连接后,在键盘中输入任何字符,则在显示窗口中显示相 应字符(回显功能)。 -Lpc1788-2_1_uart_ec
2_2_uart_shell
- lpc1788-2_2_uart_shell 例程描述: 本例程在串口 0 的通信基础上,添加了一些简单的命令行处理过程。 操作过程: (1)打开一个串口终端,将代码运行起来。这时 4 个 LED 灯呈现流水灯显示模式。 (2)使用串口线延长线将开发板 UART0 与 PC 机连接。打开超级终端软件,通信波特 率为 115200,其它参数使用默认的配置。在超级终端中输入 回车,终端上显示“->”。 (3)在串口终端中输入“help”,会显示相关命令的帮助信息,