搜索资源列表
pwm_test
- 基于周立功ARM平台,集成开发环境ADS1.2开发PWM波形控制,控制直流电机快慢转速!-Zhou Ligong ARM-based platform, integrated development environment ADS1.2 development PWM waveform control, speed control of DC motor speed!
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
pwmctorl
- 介绍了关于怎样用PWM波控制直流电机的运动,以及怎样用占空比控制直流电机的速度-On how to use the PWM wave control DC motor sport, as well as how the duty cycle control DC motor speed
pwm
- s3c2410 PWM的驱动以及测试程序(带makefile) 可以调节占空比 做电机等相关控制-S3C2410 PWM driver & makefile & test-demo。
mini2440_dianji_zhuansu
- 主要在mini2400上实现控制电机转速,在自带lcd屏上显示转速,占空比等。-mini2440 stepmotor pwm
AM3517-pwm-step
- TI开发板AM3517控制步进电机的程序,如果从51单片机过渡到高级MCU感觉无从下手的可以参考下-TI AM3517 board stepper motor control procedures, if the transition 51 to advanced microcontroller MCU can not start feeling under reference
STM32-dianji-pwm
- STM32f4程序,控制松下伺服电机精确转动,包括正反转,启停,还有精确脉冲位置定位,硬件实现 效果最佳-STM32f4 program, panasonic servo motor control precision turning, including positive and negative turn, stop, and accurate pulse position location, hardware implementation effect is best
stm32f4控制 PWM
- 通过对定时器3的通道3和通道4的配置来实现PWM的输出,并且可以通过调整占空比来实现对电机转速的控制。