搜索资源列表
单片机例程:花样跑马灯Proteus电路图及asm程序
- 单片机例程:花样跑马灯Proteus电路图及asm程序 软件环境: Proteus 7.0以上版本,Keil uvision3 联合调试 芯片:AT89C51 电路:51单片机外接8个Led,4个功能选择键,2个速度控制键 功能:4个功能选择键可以选择Led的四种显示效果(闪烁、移动、摆动、计数),2个速度控制键可以改变显示动画的速度(时间间隔100ms-1s调整) 特点:按键可随时按下,显示效果立即更新
led
- 是控制LED闪烁发光的简单例程。该程序实际上是实用工程模板Demo的一个应用,直接从main( )函数开始编写。 在main( )函数的前面,定义了LED所在的GPIO端口和管脚。在main( )里,首先定义了一个变量ulClock,在调用函数clockInit( )时被初始化为当前的系统时钟频率,在后面对库函数SysCtlDelay( )调用时会用到该变量。 控制LED分3步走:调用函数SysCtlPeriEnable( )使
GPIO_RVMDK
- 本源码为STM32的GPIO使用例程,主要演示GPIO的使用。开发环境realviewMDK。 程序通过按键对应的引脚的电平是否被拉低来判断按键是否被按下,如果按键被按下,则相应的LED闪烁一次。-The source code for the STM32' s GPIO use of routine, the main demonstration GPIO use. Development environment realv
LEDBLINK
- 万龙开发板ARM44B0 发光管轮流闪烁例程-WangLong Development Board ARM44B0 LED flashing routine
5.Led_BlinkWithT1
- 基于STM32F103XX单片机的中断控制LED闪烁例程-Based on STM32F103XX microcontroller interrupt control LED flashing routine
led
- lm3s9b96的led交替闪烁例程,LM3S入门例子-lm3s9b96 led alternately flashing routines, LM3S example
lesson-key
- STM32按键控制LED闪烁例程,寄存器设计-STM32 keys to control LED flashing routines, register design
LED
- Omapl138的简单LED闪烁例程,is an good example-this is led flashing example on Omapl138
LED_flash
- Iar workbench IDE下stm32f4xx系列led闪烁例程-Led flash demo for stm32f4xx serial in IAR workbench IDE environment.
sam7s_samples-master
- 基于at91sam7s的多个学习例程:led闪烁例程,串口通讯例程...。适合初学ATMEL ARM芯片的开发人员-ATMEL a91sam7s example programs。For study ATMMEL chips。eg. Led example. uart0 example,uart1 example.
main
- DE1-SOC的LED闪烁例程,配合官方的GHRD使用-DE1-SOC of LED flashing routine, with the official use of GHRD
Blink
- Arduino 测试程序,IO口LED闪烁例程,最简单的Arduino程序-Arduino test programe,blink the LED with IO port,simplist Arduino program3
STM8S触摸按键调节LED闪烁速度
- STM8S105 通过触摸按键来控制LED灯闪烁(STM8S105 controls the LED light flashing by touching the button)
S12HY STOP KEY WAKE UP
- MC9S12HY64 (板子是DEMO9S12HY64) 上的休眠 按键唤醒例程。 板子得电后,LED闪烁20下后,休眠。 按SW3键后,MCU唤醒,LED闪烁20下后,休眠。 如此重复。(MC9S12HY64 (board is DEMO9S12HY64) on the sleep button wake routine. After the board gets power, the LED blinks 20 times
奋斗STM32开发板TINY例程
- STM32奋斗板-LED闪烁: 演示了LED定时闪烁例程。并附带例程详解及实验手册PDF STM32奋斗板-LED闪烁-ucos: 基于ucos 演示了LED定时闪烁任务,可通过串口1修改闪烁间隔。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-CH2: 演示通过TIM3的CH2通道产生特定频率的波形。并控制LED闪烁。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-PWM: 演示通过T
例程2-LED 闪烁
- 使用Arduino单片机,控制LED闪烁的小程序(Arduino control LED flashes)
Arduino套件例程
- Hello World!、LED 闪烁、模拟值、广告灯、交通灯、按键控制、抢答器、蜂鸣器、PWM调光、光控声音、感热灯、8乘8点阵、倾斜开关、火焰报警、数码管、四位数码管、74hc595、(Hello World! LED flash, analog value, advertising light, traffic lights, keystroke control, responder, buzzer, PWM dimming, l
xmc_4700_led
- 用于英飞凌公司xmc4700扩展板的led闪烁例程,包含完整可执行工程,但环境配置需要正确,不过配置也简单。(The LED scintillation routine for the Infineon Corporation xmc4700 extension board includes complete executable projects, but the environment needs to be configured
stm32F103LED闪烁例程
- 此程序为stm32F103单片机通过库函数来实现LED灯闪烁的例程,通过控制高低电平来实现这个功能(This program for stm32F103 MCU through library function to realize the LED light flicker routine, by controlling high and low level to achieve this function)
1-GPIO
- 此例程是利用XC886单片机通用IO口实现LED闪烁的实验。(This file contains the Project initialization function.)