搜索资源列表
PWMz
- 文件列表: _1b8.aaa _1ek.aaa _1s0.aaa _11g.aaa Pwm._c Pwm.c PWM.cof PWM.dbg PWM.dp2 PWM.hex PWM.i PWM.lis PWM.lk PWM.lst PWM.mak PWM.mp PWM.o PWM.prj PWM.s PWM.src PWM_cof.aps PWMtest.i PWMtest._C PWMtest.C
MC9S12DG128B.rar
- 飞思卡尔S12 系列单片机系统硬件设计,详细介绍了该单片机的硬件使用,为全中文,MC9S12DG128B 有16路AD 转换,精度最高可设置为10 位;有8 路8 位PWM 并可两两级联为16 位精度PWM,特别适合用于控制多电机系统。它的串行通信端口也非常丰富,有2 路SCI,2 路SPI 此外还有IIC,CAN总线等端口,并且采用了引角复用功能,使得这些功能引角也可设置为普通的IO 端口使用。此外 它内部还集成了完整的模糊逻辑指令,可大大简化我们的程序设计。,Freescale s S12
PWM.rar
- STC的PWM应用请大家使用,希望可以帮到大家!,STC
NXP-LPC1700-PPT
- 周立功的LPC17xxx的PPT教程(附密码)-Zhou, who' s LPC17xxx the PPT tutorial (with password)
MSP430-ADC-Flash-LCD-PWM-Key-RTC..
- MSP430 常用的模块代码,为西电测控系谢楷老师编写,不是TI官网上的代码,比官方的代码更好,看看接口就可以直接拿来使用。非常标准的商业级C语言源码,各种接口宏定义和注释写的非常清晰。包括16位ADC,BasicTimer,Flash,LCD,PWM,UART,蜂鸣器,KeyBoard,RTC.非常推荐-MSP430 common used module code,wrote by Xiekai of Measurement and control department of Xidian U
PWM
- STM32F103的PWM工程文件,该程序能够产生不同占空比的方波,可以让蜂鸣器发出音乐叫声-The PWM works STM32F103 file, the program can produce different duty cycle square wave, let' s call buzzer
ADC
- C8051F060的ADC的调试程序。这里用的是ADC2,调试已通过。-The C8051F060 s ADC debugger. Here is the ADC2, debugging has passed.
pwm
- 用于产生PWM的程序,可控制小车的速度,用C 语言来写-The procedures used to produce PWM, can control the car s speed, using C language to write
PWM
- :介绍了电动加载系统的硬件平台,分析了加载系统中多余力的产生机理,介绍了角加速度和多余转动 惯量的求取,并对多余力的消除提出了一种可行的方法,解决了电动加载系统多余力消除的问题。-: Introduction of the electrical load the system' s hardware platform, an analysis of the system redundant load force generation mechanism, introduced the
freescale
- 飞思卡尔智能车例程,包括各功能模块:PLL,PWM,I2C,SCI,FLASH,E2PROM,LCD等-Freescale' s Smart car routine, including the functional blocks: PLL, PWM, I2C, SCI, FLASH, E2PROM, LCD, etc.
AVRoscilloscope
- avr m16简单虚拟示波器,简单实用 性能 1:AD速度最高100K/s.最低为4ms间隔采样,一次采400点。 2:触发方式:单次,自动触发。触发电平设置。 3:扫描时间,增益控制(下位机这个功能还没有做出来)。 4:上移下移,时间的缩放。 5:采集点数可变,由宏来实现。 6:计算峰峰值(没做出来), 7:自动设置(没做出来)。 8:运行/停止。 -virtual oscilloscope avr m16 simple, simple
MotorSpeedControl
- PWM控制就是脉冲宽度调制。 通过控制电机的电压脉冲宽度,可以改变其电压有效值.从而可以改变它的转速. 图中前部分波形与后部分波形周期是一样的,我们通过调节其占空比(图中tH1不等于tH2)。很明显图中前部分波形的电压有效值大于后部分波形的电压有效值,即前者驱动的电机速度比后者的大。 -PWM is pulse width modulation control. By controlling the electrical voltage pulse width, you can
PWMCtrl
- 基于TI公司的MSP430单片机的PWM调速程序-Based on TI' s MSP430 MCU PWM speed control process
PWM
- 给公司写的点焊机测试程序,用于产生4路PWM波-Write to the company' s spot welder testing procedures used to produce 4-channel PWM wave
PWM
- lpc2103的输出pwm波形程序,调试通过。-lpc2103' s output pwm waveform program debugging through.
pwm
- 8051单片机的用定时器软件模拟PWM波-8051' s with the timer PWM wave simulation software
main.c
- 这是关于是stm32中pwm的GPIO的模板代码(This is the template code of PWM's GPIO in stm32)
用单片机PWM实现DA
- 如果在单片机控制的仪表里用PWM方式完成D/A输出,将会使成本降低到12位D/A芯片的十分之一左右。我们在S系列流量仪表中采用了这种方式,使用效果非常理想。下面介绍一下PWM方式D/A的构成原理。(If in the microcontroller control instrument, using PWM way to complete the D/A output, will reduce the cost to 12 bit D/A chip about 1/10. We have ado
STM8 PWM例程
- 利用ST 的开发工具,生成一个C 语言程序的框架,然后修改其中的main.c.(Use ST's development tools to generate a framework for a C language program, and then modify the main.c.)
实验9 PWM输出实验
- STM32F1 的通用定时器 TIM3,用该定时器的中断来控制 DS1 的闪烁,如何使用 STM32F1 的 TIM3 来产生 PWM 输出。 我们将使用 TIM3 的通道 2,把通道 2 重映射到 PB5, 产生 PWM 来控制 DS0 的亮度。(The universal timer TIM3 of STM32F1 uses the interruption of this timer to control DS1's flicker and how to use STM32F1 TIM3