搜索资源列表
PWM
- STM32F4的PWM操作实例,开发工具IAR,代码有注释。-STM32F4 PWM operation instance, development tools IAR code comments.
PWM-control-STM32F4
- PWM DC Motor control for STM32F4 under Coocox
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
PWM-DAC
- 如何使用STM32F4的PWM来设计一个DAC。-How to design a PWM STM32F4 DAC.
stm32f4-TIM3-PWM
- 利用stm32f407的定时器3的4个通道输出PWM波来控制小车前进倒退停车-Use stm32f407 timer 4 channel 3 output PWM wave to control the car forward backward parking
9-PWM
- PWM using STM32F4. This is written for robot fan control of UAV during my semester project.
UCOSII-task-scheduling-PWM
- uCOS-II PWM for STM32F4 Board. THis program is more effficient and control the pwm in proper way.
TIM_PWM
- stm32f4 定时器2的PWM输出,配置和说明比较清楚-stm32f4 PWM output
stm32f4-pwm
- stm32f4 pwm实验 库函数版 mdk514-stm32f4 pwm
MB001
- 一款基于在stm32f405芯片的电机控制板代码(A chip based on the stm32f405 motor control board code)
矩阵键盘 支持连按
- 基于STM32F4的矩阵键盘程序,通过按键可控制多路PWM,支持矩阵键盘的连按模式和单按模式。(STM32F4 based matrix keyboard program, through the button to control multi-channel PWM, support matrix keyboard press mode and single press mode.)
摩擦轮实验F4
- STM32F4,pwm控制摩擦轮,能实现摩擦轮的不同速度转动,启动的占空比可能要根据不同的型号稍作修改。(STM32F4, PWM control friction wheel, can realize the friction wheel at different speed rotation, start duty cycle may be based on different models slightly modified)
PWM
- 基于stm32f4定时器的占空比可调的pwm波生成代码(Code generation based on dutycycle adjustable stm32f4 timer PWM wave)
正点原子PWM
- stm32f4输出互补pwm波,用于电机,变频器的驱动。(Stm32f4 output complementary PWM wave.)
双舵机
- 双舵机控制,对于初学者来说,会有帮助,是基于STM32F4的PWM舵机控制,可以下载看看,希望对您有所帮助(Dual steering control, for beginners, will be helpful, is based on the STM32F4 PWM steering control, you can download and see, I hope to help you.)
该源码是基于STM32F4的三相SPWM逆变器的C程序
- PWM产生!利用STM32开发板产生三相脉宽调制脉冲的c程序。(PWM.Using STM32 development board to generate three-phase pulse width modulation pulse C program.)
pwm四路
- 利用STM 32f4的定时器输出四路PWM(Quadruple PWM output using STM 32f4 timer)
PWM输出实验
- 基于STM32F4的一个PWM输出例程,用IO口进行复用(A PWM output routine based on STM32)
F4小车
- 基于STM32F4的智能小车控制程序,有基本的运动功能和参考价值。(The intelligent car control program which based on STM32F4 has basic motion function and reference value.)
stm32f4控制 PWM
- 通过对定时器3的通道3和通道4的配置来实现PWM的输出,并且可以通过调整占空比来实现对电机转速的控制。