PIC16F877A例程---PWM(2)
//------------------------------------------------------------
//
//------------------------------------------------------------
//系統(tǒng)配置
//__CONFIG(HS&PWRTEN&BOREN&PROTECT&WDTDIS);
__CONFIG(INTIO & WDTDIS & PWRTEN & MCLRDIS & UNPROTECT & BORDIS & LVPDIS & IESODIS & FCMDIS);
//-------------中斷服務(wù)程序------------------------------------
void interrupt isr()
{
}
void SpwmInit()
{
}
main()
{
}
評(píng)論