搜索资源列表
Breathing-LEDs
- 呼吸灯小程序,在定时器中断中实现。网上很多这类程序,但是都是在主程序中用延时做的,这在实际的项目中不现实,主程序要留给产品的主要功能。所以,本着这个原则,把呼吸灯的时序用中断来实现。-Breathing LEDs display during interruptting.
PWM
- 定时器 PWM多路输出 呼吸灯-The Timer PWM outputs breathing lights
51-c
- 基于51单片机的呼吸灯程序代码,有延时和定时器两种程序-Based the 51 microcontroller breathing lamp code, delay and timer two procedures
Breath-LED
- msp430g2553定时器实现,呼吸灯-msp430g2553 timer implementation, breathing light
STC-C
- led自动闪烁,跑马灯,呼吸灯,以及定时器,中断等测试程序-led auto flash, marquees, breathing light, as well as timers, interrupts and other test procedures
light
- 基于STM32 的呼吸灯,使用定时器产生PWM驱动LED,LED接在PA6-Based on the STM32 breathing lights, use a timer to generate PWM drive LED, LED connected to PA6
huxideng
- 这是基于atmega48的呼吸灯编程,是用延时来控制灯的呼吸的,没有用到定时器-This is based on the programming atmega48 breathing light is used to control the light delay breath, did not use the timer
7_1_Breath_Lamp
- 使用msp430g2553的定时器功能控制LED,模拟出呼吸灯的效果-breath lamp msp430g2553 timer_A0
LPC1768-Breathing-Led
- 对恩智浦公司的LPC1768通过定时器制作呼吸灯,已经测过,完全可以使用。-NXP s LPC1768 breathing light produced by a timer, had been measured, can be used.
pwm-huxideng
- 基于STC12C16S2的PWM呼吸灯程序,使用MCU自带的PWM输出模块与单片机定时器功能实现-The PWM based STC12C16S2 breathing light, the use of MCU comes with the microcontroller PWM output module timer functions to achieve
STM32-PWM-TIM-GPIO
- 在stm32f103vct6上实现的定时器、adc、gpio以及pwm呼吸灯实验-Implementation of the timer, ADC, GPIO, PWM and breathing lamp experiment on the STM32F103VCT6
PWM-TIM1
- 基于STM32的TIM1定时器的PWM呼吸灯例程,三通道输出可调- Based on the STM32 TIM1 PWM timer lamp breathing routines. Three-channel output adjustable
PWM-LED
- PWM实验,通过定时器3输出一个PWM控制LED小灯,LED小灯呈现呼吸效果-PWM experiments, through the timer 3 output of a PWM control LED lights, LED lights show respiratory effects
pwm_check
- 基于STM32ZET6单片机实现定时器的pwm输出功能并连接小灯实现呼吸灯功能-Based STM32ZET6 MCU timer pwm output and connect small light lamp function to achieve respiratory
qi_cai_deng
- 本例程使用stm32f103定时器3的四路pwm通道控制RGB三色灯亮度,达到混合出千变万化颜色的目的。同时能通过蓝牙控制其调制出的特种颜色的呼吸,闪烁,常亮,喜欢的就来下载吧!(This routine uses the four channel PWM control of the STM32F103 timer 3 to control the brightness of the RGB tricolor lamp to achi
6.用PWM实现呼吸灯效果
- 使用定时器输出PWM波,从而实现呼吸灯的功能(Use the timer to output PWM wave to realize the function of the breathing lamp)
呼吸灯
- 采用定时器中断模仿生成PWM波,形成呼吸效果(Analog PWM wave generated by timer interrupt to form respiratory effect)
zkongzcx
- 基于STM32F103RC的中控控制代码,完整的代码注释,可定时控制继电器关机,一键开机,串口通信,IIC音量控制,完整的Keil uVision5工程,使用ucos系统创建,按钮、串口、看门狗任务(STM32F103RC based central control code, complete code annotation, timer control relay shutdown, one button start, serial
12. PWM呼吸灯实验
- 基于stm32f407对定时器PWM功能进行配置并使用(Configuration and use of timer PWM function based on stm32f407)
TM4C123GPWM呼吸灯例程
- TM4C123G定时器功能学习例程,user_pwm.h包含了pwm初始化以及一个封装好的pwm驱动函数