同主題我想知道程式碼怎麼寫最近即須交報告
沒有人有欠你吧
佛心來的~ 就當上輩子欠你的~
#include<stdio.h>
#include"system.h"
#include"altera_avalon_pio_regs.h"
unsigned char led[]={0x01,0x03,0x07,0x0f};
int main()
{ int i;
while(1) {
for( i=0; i<4; i++) {
IOWR_ALTERA_AVALON_PIO_DATA(LED_PIO_BASE, led);
usleep(300000);
}} }