搜索资源列表
ATmega128
- ATmega 128 芯片介绍文档,包括它的中断,I/O,UART,TIMER等
AVR-program
- ATmega 16的各种代码含 AD转换 AT24C02的I2C DS1302 EEPROM读写 PWMO控制LED 按键 定时器0的快速PWM 定时器0的相位修正PWM 定时器0的溢出 定时器1的捕捉 异步串口UART 同步SPI-ATmega 16 a variety of code containing AD converter AT24C02 I2C DS1302 EEPROM read and write PWMO
atmega_timer
- Atmega avr timer sample code.
timer
- timer full program for avr atmega 16
atmega88
- avr 定时器测试程序,MCU ATMEGA-avr timer test program, MCU ATMEGA88
Mega32Timer
- ATmega 32 单片机定时器运用,利用定时器0控制引脚输出波形,实现跑马灯效果,-ATmega 32 is AVR family MCU ,this source display the timer application for test.
adcpwm
- source code is an example of adc and pwm program in atmega 8535. This code will make the microcontroller converts each input of the ADC pin and make it into OCR0 value. This OCR0 value will affect the shape of the generated pwm signal. OC0 pin on POR
LED-TIMER
- use this program to see delay by timer modul and register of ATMega 8535
TIMER-COUNTER-LED-ATMega8535
- program to display light LED at ATMega 8535, using timer counter module
timer
- timer in atmega 32 for avr studio
T2PWM
- Timer 2 PWM code for atmel atmega 64/128
PWM
- Atmega 16单片机,这里利用T/C1定时器中断来产生PWM波形。在ICC AVR编译环境下,利用tool 菜单中的application builder生成一个简单的PWM波程序。这段程序以PA0作为PWM波的输出端口。利用T/C1定时器比较匹配和溢出产生两次中断来改变PA0的输出电平。具体过程为:计数器TCNT1从初始值开始不断计数,当发生比较匹配时,把PA0置为低电平,计数器继续计数,当发生溢出中断时,计数器回到初始设定值,并把PA0置为高电平。从而在PA0端口获得一稳定持续的PWM波
5.Timer
- AVR Atmega 16 16bit timer demo