文件名称:DC-motor-PID-controller
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-04-15
- 文件大小:
- 107kb
- 下载次数:
- 0次
- 提 供 者:
- 山***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
MSP430F5529下的直流电机调速。
编译环境CCS,
硬件,MSP430F5529
实现了,IIC的LCD12864的显示,PI电机调速,PI参数没有最优但是已经实现了功能。
占用资源,两个Timer,一个用于产生PWM方波,一个PID定时器。-DC motor speed control under the MSP430F5529. Compiler environment CCS, hardware, MSP430F5529 realized, IIC display of the LCD12864, PI motor speed, PI parameters are not optimal, but the function has been achieved. Footprint, two Timer, for generating a PWM Fang Bo, a PID timer.
编译环境CCS,
硬件,MSP430F5529
实现了,IIC的LCD12864的显示,PI电机调速,PI参数没有最优但是已经实现了功能。
占用资源,两个Timer,一个用于产生PWM方波,一个PID定时器。-DC motor speed control under the MSP430F5529. Compiler environment CCS, hardware, MSP430F5529 realized, IIC display of the LCD12864, PI motor speed, PI parameters are not optimal, but the function has been achieved. Footprint, two Timer, for generating a PWM Fang Bo, a PID timer.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DC motor PID controller\.ccsproject
.......................\.cproject
.......................\.launches\DC motor PID controller.launch
.......................\.project
.......................\.settings\org.eclipse.cdt.codan.core.prefs
.......................\.........\org.eclipse.cdt.debug.core.prefs
.......................\.........\org.eclipse.core.resources.prefs
.......................\cap.c
.......................\cap.h
.......................\Debug\cap.d
.......................\.....\cap.obj
.......................\.....\ccsObjs.opt
.......................\.....\DC motor PID controller.map
.......................\.....\DC motor PID controller.out
.......................\.....\DC motor PID controller_linkInfo.xml
.......................\.....\lcd.d
.......................\.....\lcd.obj
.......................\.....\main.d
.......................\.....\main.obj
.......................\.....\makefile
.......................\.....\mpu.d
.......................\.....\mpu.obj
.......................\.....\mpuiic.d
.......................\.....\mpuiic.obj
.......................\.....\objects.mk
.......................\.....\pwm.d
.......................\.....\pwm.obj
.......................\.....\sources.mk
.......................\.....\subdir_rules.mk
.......................\.....\subdir_vars.mk
.......................\.....\timer.d
.......................\.....\timer.obj
.......................\.....\ucs.d
.......................\.....\ucs.obj
.......................\lcd.c
.......................\lcd.h
.......................\lnk_msp430f5529.cmd
.......................\main.c
.......................\mpu.c
.......................\mpu.h
.......................\mpuiic.c
.......................\mpuiic.h
.......................\pwm.c
.......................\pwm.h
.......................\targetConfigs\MSP430F5529.ccxml
.......................\.............\readme.txt
.......................\timer.c
.......................\timer.h
.......................\ucs.c
.......................\ucs.h
.......................\.launches
.......................\.settings
.......................\Debug
.......................\targetConfigs
DC motor PID controller