(LPC1769) Timer Interrupt Application
摘要:
void TIMER0_IRQHandler (void) { if(LPC_TIM0->IR & 0x01) { LPC_GPIO1->FIOPIN ^= (1 IR = 0x01; } } /* * CPU : LPC1769 * Operate Frequency : 120MHz * Timer Interrupt Example :... 阅读全文
posted @ 2019-04-30 10:06 OO程式猿 阅读(266) 评论(0) 推荐(0) 编辑