搜索资源列表
testPWM
- PWM输出测试,可以控制波的频率及占空比。用示波器可以观察到。三个参数分别为:输出口,波频率,占空比。-pwm test case.
mini2440_pwm_motor_module.c.tar
- 这是mini2440的pwm波驱动程序,它试图利用mini2440输出pwm波来控制步进电机-This is the driver for mini2440 to output pwm wave, it is trying to use the mini2440 s pwm wave to control a stepper motor
11
- 通过PWM定时器延迟一秒,实现一个LED灯的明灭。实验中观察I/O口的值对LED灯的明灭的控制,学习I/O口的输入输出方式和设置,了解PWM的配置方式-Through the PWM timer to delay a second, the realization of a LED lamp at. I/O values for LED lamp light control experiment, learning I/O port input and output method and set
PWM
- 脉冲宽度调制[1](Pulse Width Modulation,缩写为PWM),简称脉宽调制,是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在从测量、通信到功率控制与变换的许多领域中。脉冲宽度调制的一个优点是从处理器到被控系统信号都是数字形式的,无需进行数模转换-Pulse width modulation ( PWM ), short for PWM, is a very effective technology of the digital output of
PIC18F4520_RGB_LED
- I/O口检测按键按下后,输出一组占空比不同的PWM,去驱动RGB LED发出不同颜色的光。-I/O port inspection after the button press, the output of a set of different PWM duty cycle, to drive the RGB LED different colors of light.
stm32f4控制 PWM
- 通过对定时器3的通道3和通道4的配置来实现PWM的输出,并且可以通过调整占空比来实现对电机转速的控制。