搜索资源列表
libsrc_
- AVR 的C语言开发.很多有用的函数,包括SPI,UART,PWM,I2C,GPIO,EEPROM等等一应剧全-AVR C-language development. Many useful functions, including SPI, UART, PWM, I2C, GPIO, EEPROM, etc. should be a whole drama
PWM
- 模拟PWM输出控制灯的10个亮度级别,C语言编写,51平台
pic18
- pic18系列单片机c语言应用实例 包括AD,PWM,显示等等,是学习PIC18的好帮手
MSP430c
- MSP430常用模块程序,采用c语言编写 分为:调试程序 框架程序 异步串行通信程序(点对点通信) 异步串行通信程序(地址位模式多机通信) 异步串行通信程序(空闲模式多机通信) 定时中断程序 PWM输出程序 捕获脉冲信号周期程序 软件模拟异步串行通信程序 基本定时器程序 FLASH擦写程序 非行列式键盘程序 行列式键盘程序 DMA数据传输程序 软件模拟IIC总线读写24C02程序 FLL+锁频环程序
duolupwm
- 这个程序运行在CCstudio平台上,所用语言为c语言,完成的功能是电机pwm多路变换
singlepwm
- 这个程序运行在CCstudio平台上,所用语言为c语言,完成的功能是电机pwm单路变换
source.rar
- 用S51单片机控制驱动芯片L298程序(C语言) 有六个端口,输入端口分别为P1.0,P1.1,P1.2,P1.3,P1.4,P1.5. 六个输出端口分别为P0.0,P0.1,P0.2,P0.3,P2.4,P2.5. 其中P0.0,P0.2,P2.5输出高低电平.P0.1,P0.3,P2.4输出PWM脉冲信号. 程序要求 只要P1.0-P1.5中任一个为"1",则P0.0,P0.2输出高电平 当P1.2或P1.3为"1",P0.1,P0.3输出占空比相同的PWM信号,With S5
ELAN-MCU-Application-
- 义隆单片机EM78F系列开发程序,包含各种中断,定时器,AD转换,PWM等应用的详细说明,而且源码还包含汇编及C语言版本-ELAN EM78F series MCU development program, including different kinds of disruption, timer, AD transform, such as the details of the application of PWM, and source also contains assembly and
PWM
- NXP LPC 2378 PWM模块例程C语言程序-NXP LPC 2378 PWM module routines C language program
PWM
- ARM7下PWN接口的使用源码,包含C语言及汇编-ARM7 use of source code under the PWN interface, including C language and compiled
demo
- 下面是目录介绍 ADC---------ADC模数转换实验 ASM---------汇编程序实验 ASM_c-------汇编和C语言混合实验 CF----------CF读写实验 DcMotor-----直流电机实验 DMA——-----DMA数据传输实验 GPRS--------GPRS/GSM通讯实验 GPS---------GPS全球定位实验 IDE---------IDE测试实验 IIC---------IIC读写实验 IIS--------
PWM-generator
- 基于ARM的内置PWM波生成 c语言编写-ARM-based built-in PWM wave generated c language
pwm
- atmega8 输出八路PWM信号,控制直流电机、舵机,语言为C。 -atmega8 eight PWM output signal to control the DC motor, servo, language is C.
c8051f120
- c8051f120的C语言源程序,包括温度测试、AD、DA、矩阵键盘、12864液晶、PWM波输出等-c8051f120 C language source code, including temperature testing, AD, DA, matrix keyboard, 12864, PWM wave output
pwm
- 这是一个关于凌阳SPCE061A的PWM设置的C语言代码,程序简单,是学习的基础。-This is a Sunplus SPCE061A the PWM setting C language code, the procedure is simple, is the foundation of learning.
TIM1_4PWM
- IAR环境下C语言编程的STM8S 程序,使用TIM1定时器输出4路PWM波,已通过调试,可以直接使用!-IAR environment STM8S C programming language, the use of TIM1 timer PWM wave output 4, the debugging can be used directly!
Temperature-control-motor-speed
- 这是一个基于C51单片机的温度控制电机转速的c语言程序。基于PWM的占空比来进*山的转速,传感器采用DS18B20-Temperature control motor speed
PWM
- PWM电机无极调速,用PWM控制直流电机的转动速度,基于51单片机,C语言-PWM motor stepless speed control, the PWM control the rotational speed of the DC motor, based on 51 microcontroller, C language
modulation-PWM
- 利用C/C++语言编程实现430调PWM-PWM modulation using 430 by C / C ++ Language Programming
stm32_pwm
- PWM输出脉冲,使用 pwm函数(TIMx, Freq),即可傻瓜式完成PWM频率输出。(PWM with STM32, by using a simple function)