搜索资源列表
led.rar
- 基于51单片机的流水灯程序,内附有电路图和仿真文件,led
led
- ARM7流水灯程序,有PROTUSE仿真-ARM7 light water programs, there PROTUSE simulation
LED
- s3c2440 流水灯实例程序,是学习arm9的入门实例程序。-s3c2440 water light example program, an instance of learning arm9 entry procedures.
led
- 友善之臂mini2440裸机程序之led流水灯实验-Mini2440 bare arm friendliness led water lamp test procedures
interrupt
- 友善之臂mini2440裸机程序之led流水灯实验-Mini2440 bare arm friendliness led water lamp test procedures
Test-preparation-programs
- 1.试编写程序:INT0外部中断。P1口接8个LED,4个为一组,交替亮灭,当INT0出现低脉冲,响应中断,显示流水灯效果。 2.试编写程序:T0计数中断。P1口接8个LED,4个为一组,交替亮灭,当T0计数3次,响应中断,显示流水灯效果。 3.试编写程序: T0定时中断。P1口接8个LED,4个为一组,交替亮灭,当T0定时器定时3秒中断,显示流水灯效果。 -1. Test preparation programs: INT0 external interrupt. P1 port
LEDBLINK
- 基于FS44B0X arm开发板的Led演示程序包含IO初始化,流水灯测试-FS44B0X arm development board based on Led demo program contains IO initialization, water lamp test
StreamLight
- 自己制作的实验箱 基于OK6410的,程序里面对应着接口,RVDS开发,裸版程序,测试通过的LED流水灯-To produce their own experimental box based on OK6410, which corresponds to the interface, RVDS development, naked version of the procedure, test through the LED light water
led_liushui.mcp_0_backup
- LED的流水灯程序设计,LED数码管显示-This register is used for specific configurations on memory remap. Two bits are used to configure the type of memory accessible at address 0x0000 0000. These bits are used to select the physical remap by software and so, byp
LED-water-light
- 为神州四号stm32开发板所带的流水灯程序,对嵌入式开发有一定的参考价值-Shenzhou the 4th stm32 development board brought light water program, certain reference value for embedded development
LED
- 80c51 单片机简单程序流水灯 用kail开发的-The 80c51 microcontroller simple program light water kail development
led
- LED流水灯闪烁的C程序。适合初学者使用学习。-C program flashing LED light water. Suitable for beginners.
stm32f407discovery-led-demo
- 基于STM32f407VGT6 DISCOVERY套件的一个简单小程序,主要功能是实现LED的点亮,实现流水灯的效果。-Based STM32f407VGT6 DISCOVERY package a simple little program, the main function is to achieve the LED is lit, to achieve the effect of light water.
led
- keil开发,c语言,基于51单片机的流水灯程序,有多种流发,实验通过,效果令人满意。-51 MCU-based water lights, there are a variety of streaming hair, through experiments, the effect is satisfactory
stm32-led
- 神舟王 stm32 评估板led流水灯程序-stm32 led
STM8S-LED
- STM8S运行LED程序和讲义 流水灯是单片机初学者入门首先学习的一个例程,其作用与地位就如同学习 编程语言时学写“Hello,World”程序一样。流水灯例程的编写就是对 I/O 口的 简单操作, 当知道怎么点亮一盏 Led 灯的时候,恭喜你,你已经能够简单地控制 一款芯片了!-STM8S running water lights LED program and handouts are microcontroller beginners first learn a routi
MSP430F149_Program
- MSP430F149常用例程,包括ADC转换程序、TXT程序、定时器TA、发光二极管闪烁、蜂鸣器、键盘程序、流水灯、显示器扫描显示、总的演示程序,并含有经典程序应用pdf-MSP430F149 commonly used routines, including the ADC conversion process, TXT program timer TA, LED flashes, the buzzer, keyboard procedures, water lights, displays
M16_Horse
- 单片机的流水灯程序 m16的历程 很好很实用-led example very usefull ,led example very usefull
lab1-GPIO_output_LED
- 流水灯显示,DSP初学者测试,练习比较好用的程序。是学习DSP朋友的优选。(Water lamp display, DSP beginners test, practice relatively easy to use procedures. Is to learn DSP friends preferred.)
LED
- user:启动文件和主程序 当芯片上电启动时,首先会执行启动文件中的汇编程序,建立起C语言的运行环境,该启动文件startup.s使用的时thumb指令。功能为:1、初始化堆栈指针;2、初始化程序计数器指针PC;3、设置堆、栈的大小;4、设置C库的分支入口“_main”,最终用来调用main函数。 主程序中通过宏定义将led地址赋予led_0等,通过向led地址中写“0”或“1”控制led引脚电平,实现流水灯效果。 listing:编译生成的lst文件和map文件 output:编译后的