摘要: #include "altera_avalon_pio_regs.h" #include "altera_avalon_timer_regs.h" #include "system.h" #include unsigned int timerVal = 0; static void ISR_timer1(void *context, alt_u32 id) { timerVal++... 阅读全文
posted @ 2018-03-27 14:30 未命名blogs 阅读(126) 评论(0) 推荐(0) 编辑