AVR 定時(shí)記數(shù)器0 普通模式的簡(jiǎn)單應(yīng)用
#include
#include interrupt.h>
#define ling 0x80
volatile unsigned char count,i = 0,j = 0;
void Timer0_Init(void)
{
}
int main(void)
{
}
ISR(TIMER0_OVF_vect)
{
}
EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > AVR 定時(shí)記數(shù)器0 普通模式的簡(jiǎn)單應(yīng)用
評(píng)論